1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-03 23:10:08 +02:00
setup-buildx-action/dist/index.js

36 lines
1.6 MiB
JavaScript
Raw Normal View History

require('./sourcemap-register.js');(()=>{var __webpack_modules__={9841:function(r,i,a){"use strict";var s=this&&this.__createBinding||(Object.create?function(r,i,a,s){if(s===undefined)s=a;var p=Object.getOwnPropertyDescriptor(i,a);if(!p||("get"in p?!i.__esModule:p.writable||p.configurable)){p={enumerable:true,get:function(){return i[a]}}}Object.defineProperty(r,s,p)}:function(r,i,a,s){if(s===undefined)s=a;r[s]=i[a]});var p=this&&this.__setModuleDefault||(Object.create?function(r,i){Object.defineProperty(r,"default",{enumerable:true,value:i})}:function(r,i){r["default"]=i});var l=this&&this.__importStar||function(r){if(r&&r.__esModule)return r;var i={};if(r!=null)for(var a in r)if(a!=="default"&&Object.prototype.hasOwnProperty.call(r,a))s(i,r,a);p(i,r);return i};var c=this&&this.__awaiter||function(r,i,a,s){function adopt(r){return r instanceof a?r:new a((function(i){i(r)}))}return new(a||(a=Promise))((function(a,p){function fulfilled(r){try{step(s.next(r))}catch(r){p(r)}}function rejected(r){try{step(s["throw"](r))}catch(r){p(r)}}function step(r){r.done?a(r.value):adopt(r.value).then(fulfilled,rejected)}step((s=s.apply(r,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.BuildKit=void 0;const d=l(a(2198));const u=l(a(8933));const m=a(6589);const h=a(151);const g=a(6037);const v=a(2299);class BuildKit{constructor(r){this.config=new g.Config;this.buildx=(r===null||r===void 0?void 0:r.buildx)||new m.Buildx}getVersion(r){return c(this,void 0,void 0,(function*(){if(!r.buildkit&&r.name){try{return yield this.getVersionWithinImage(r.name)}catch(r){d.warning(r)}}return r.buildkit}))}getVersionWithinImage(r){return c(this,void 0,void 0,(function*(){d.debug(`BuildKit.getVersionWithinImage nodeName: ${r}`);return v.Exec.getExecOutput(`docker`,["inspect","--format","{{.Config.Image}}",`${m.Buildx.containerNamePrefix}${r}`],{ignoreReturnCode:true,silent:true}).then((r=>{if(r.exitCode==0&&r.stdout.length>0){d.debug(`BuildKit.getVersionWithinImage image: ${r.stdout.trim()}`);return v.Exec.getExecOutput(`docker`,["run","--rm",r.stdout.trim(),"--version"],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.exitCode==0&&i.stdout.length>0){return`${r.stdout.trim()} => ${i.stdout.trim()}`}else if(i.stderr.length>0){throw new Error(r.stderr.trim())}return i.stdout.trim()}))}else if(r.stderr.length>0){throw new Error(r.stderr.trim())}return r.stdout.trim()}))}))}versionSatisfies(r,i,a){return c(this,void 0,void 0,(function*(){if(!a){a=yield new h.Builder({buildx:this.buildx}).inspect(r)}for(const r of a.nodes){let s=r.buildkit;d.debug(`BuildKit.versionSatisfies ${s}: ${i}`);if(!s){try{s=yield this.getVersionWithinImage(r.name||"")}catch(i){d.debug(`BuildKit.versionSatisfies ${r.name}: can't get version`);return false}}d.debug(`BuildKit.versionSatisfies ${r.name}: version ${s}`);if(a.driver=="docker"&&!s.endsWith("-moby")){return false}if(!u.satisfies(s.replace(/-moby$/,""),i)){return false}}return true}))}}i.BuildKit=BuildKit},6037:function(r,i,a){"use strict";var s=this&&this.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(i,"__esModule",{value:true});i.Config=void 0;const p=s(a(7147));const l=a(6214);class Config{resolveFromString(r){return this.resolve(r,false)}resolveFromFile(r){return this.resolve(r,true)}resolve(r,i){if(i){if(!p.default.existsSync(r)){throw new Error(`config file ${r} not found`)}r=p.default.readFileSync(r,{encoding:"utf-8"})}const a=l.Context.tmpName({tmpdir:l.Context.tmpDir()});p.default.writeFileSync(a,r);return a}}i.Config=Config},5915:function(r,i,a){"use strict";var s=this&&this.__awaiter||function(r,i,a,s){function adopt(r){return r instanceof a?r:new a((function(i){i(r)}))}return new(a||(a=Promise))((function(a,p){function fulfilled(r){try{step(s.next(r))}catch(r){p(r)}}function rejected(r){try{step(s["throw"](r))}catch(r){p(r)}}function step(r){r.done?a(r.value):adopt(r.value).then(fulfilled,rejected)}step((s=s.apply(r,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.Bake=void 0;const p=a(6589);const l=a(2299);const c=a(8932
/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/function isObject(r){return Object.prototype.toString.call(r)==="[object Object]"}function isPlainObject(r){var i,a;if(isObject(r)===false)return false;i=r.constructor;if(i===undefined)return true;a=i.prototype;if(isObject(a)===false)return false;if(a.hasOwnProperty("isPrototypeOf")===false){return false}return true}i.isPlainObject=isPlainObject},5347:(r,i,a)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});function _interopDefault(r){return r&&typeof r==="object"&&"default"in r?r["default"]:r}var s=_interopDefault(a(3697));var p=a(6243);function lowercaseKeys(r){if(!r){return{}}return Object.keys(r).reduce(((i,a)=>{i[a.toLowerCase()]=r[a];return i}),{})}function mergeDeep(r,i){const a=Object.assign({},r);Object.keys(i).forEach((p=>{if(s(i[p])){if(!(p in r))Object.assign(a,{[p]:i[p]});else a[p]=mergeDeep(r[p],i[p])}else{Object.assign(a,{[p]:i[p]})}}));return a}function merge(r,i,a){if(typeof i==="string"){let[r,s]=i.split(" ");a=Object.assign(s?{method:r,url:s}:{url:r},a)}else{a=Object.assign({},i)}a.headers=lowercaseKeys(a.headers);const s=mergeDeep(r||{},a);if(r&&r.mediaType.previews.length){s.mediaType.previews=r.mediaType.previews.filter((r=>!s.mediaType.previews.includes(r))).concat(s.mediaType.previews)}s.mediaType.previews=s.mediaType.previews.map((r=>r.replace(/-preview/,"")));return s}function addQueryParameters(r,i){const a=/\?/.test(r)?"&":"?";const s=Object.keys(i);if(s.length===0){return r}return r+a+s.map((r=>{if(r==="q"){return"q="+i.q.split("+").map(encodeURIComponent).join("+")}return`${r}=${encodeURIComponent(i[r])}`})).join("&")}const l=/\{[^}]+\}/g;function removeNonChars(r){return r.replace(/^\W+|\W+$/g,"").split(/,/)}function extractUrlVariableNames(r){const i=r.match(l);if(!i){return[]}return i.map(removeNonChars).reduce(((r,i)=>r.concat(i)),[])}function omit(r,i){return Object.keys(r).filter((r=>!i.includes(r))).reduce(((i,a)=>{i[a]=r[a];return i}),{})}function encodeReserved(r){return r.split(/(%[0-9A-Fa-f]{2})/g).map((function(r){if(!/%[0-9A-Fa-f]/.test(r)){r=encodeURI(r).replace(/%5B/g,"[").replace(/%5D/g,"]")}return r})).join("")}function encodeUnreserved(r){return encodeURIComponent(r).replace(/[!'()*]/g,(function(r){return"%"+r.charCodeAt(0).toString(16).toUpperCase()}))}function encodeValue(r,i,a){i=r==="+"||r==="#"?encodeReserved(i):encodeUnreserved(i);if(a){return encodeUnreserved(a)+"="+i}else{return i}}function isDefined(r){return r!==undefined&&r!==null}function isKeyOperator(r){return r===";"||r==="&"||r==="?"}function getValues(r,i,a,s){var p=r[a],l=[];if(isDefined(p)&&p!==""){if(typeof p==="string"||typeof p==="number"||typeof p==="boolean"){p=p.toString();if(s&&s!=="*"){p=p.substring(0,parseInt(s,10))}l.push(encodeValue(i,p,isKeyOperator(i)?a:""))}else{if(s==="*"){if(Array.isArray(p)){p.filter(isDefined).forEach((function(r){l.push(encodeValue(i,r,isKeyOperator(i)?a:""))}))}else{Object.keys(p).forEach((function(r){if(isDefined(p[r])){l.push(encodeValue(i,p[r],r))}}))}}else{const r=[];if(Array.isArray(p)){p.filter(isDefined).forEach((function(a){r.push(encodeValue(i,a))}))}else{Object.keys(p).forEach((function(a){if(isDefined(p[a])){r.push(encodeUnreserved(a));r.push(encodeValue(i,p[a].toString()))}}))}if(isKeyOperator(i)){l.push(encodeUnreserved(a)+"="+r.join(","))}else if(r.length!==0){l.push(r.join(","))}}}}else{if(i===";"){if(isDefined(p)){l.push(encodeUnreserved(a))}}else if(p===""&&(i==="&"||i==="?")){l.push(encodeUnreserved(a)+"=")}else if(p===""){l.push("")}}return l}function parseUrl(r){return{expand:expand.bind(null,r)}}function expand(r,i){var a=["+","#",".","/",";","?","&"];return r.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,(function(r,s,p){if(s){let r="";const p=[];if(a.indexOf(s.charAt(0))!==-1){r=s.charAt(0);s=s.substr(1)}s.split(/,/g).forEach((function(a){var s=/([^:\*]*)(?::(\d+)|(\*))?/.exec(a);p.push(getValues(i,r,s[1],s[2]||s[3]))}));if(r&&r!=="+"){var l=",";if(r==="?"){l="&"}else if(r!=="#"){l=r}return(p.length!==0?r:"")+p.join(l)}else{return p.join(",")}}else{return encodeReserved(p)}}))}function parse(r){let i=r.method.toUpperCase();let a=(r.ur
/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/function isObject(r){return Object.prototype.toString.call(r)==="[object Object]"}function isPlainObject(r){var i,a;if(isObject(r)===false)return false;i=r.constructor;if(i===undefined)return true;a=i.prototype;if(isObject(a)===false)return false;if(a.hasOwnProperty("isPrototypeOf")===false){return false}return true}r.exports=isPlainObject},8126:r=>{"use strict";function e(r){this.message=r}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var i="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var i=String(r).replace(/=+$/,"");if(i.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var a,s,p=0,l=0,c="";s=i.charAt(l++);~s&&(a=p%4?64*a+s:s,p++%4)?c+=String.fromCharCode(255&a>>(-2*p&6)):0)s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(s);return c};function t(r){var a=r.replace(/-/g,"+").replace(/_/g,"/");switch(a.length%4){case 0:break;case 2:a+="==";break;case 3:a+="=";break;default:throw"Illegal base64url string!"}try{return function(r){return decodeURIComponent(i(r).replace(/(.)/g,(function(r,i){var a=i.charCodeAt(0).toString(16).toUpperCase();return a.length<2&&(a="0"+a),"%"+a})))}(a)}catch(r){return i(a)}}function n(r){this.message=r}function o(r,i){if("string"!=typeof r)throw new n("Invalid token specified");var a=!0===(i=i||{}).header?0:1;try{return JSON.parse(t(r.split(".")[a]))}catch(r){throw new n("Invalid token specified: "+r.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";const a=o;a.default=o,a.InvalidTokenError=n,r.exports=a},8141:(r,i,a)=>{"use strict";const s=a(4061);const p=Symbol("max");const l=Symbol("length");const c=Symbol("lengthCalculator");const d=Symbol("allowStale");const u=Symbol("maxAge");const m=Symbol("dispose");const h=Symbol("noDisposeOnSet");const g=Symbol("lruList");const v=Symbol("cache");const y=Symbol("updateAgeOnGet");const naiveLength=()=>1;class LRUCache{constructor(r){if(typeof r==="number")r={max:r};if(!r)r={};if(r.max&&(typeof r.max!=="number"||r.max<0))throw new TypeError("max must be a non-negative number");const i=this[p]=r.max||Infinity;const a=r.length||naiveLength;this[c]=typeof a!=="function"?naiveLength:a;this[d]=r.stale||false;if(r.maxAge&&typeof r.maxAge!=="number")throw new TypeError("maxAge must be a number");this[u]=r.maxAge||0;this[m]=r.dispose;this[h]=r.noDisposeOnSet||false;this[y]=r.updateAgeOnGet||false;this.reset()}set max(r){if(typeof r!=="number"||r<0)throw new TypeError("max must be a non-negative number");this[p]=r||Infinity;trim(this)}get max(){return this[p]}set allowStale(r){this[d]=!!r}get allowStale(){return this[d]}set maxAge(r){if(typeof r!=="number")throw new TypeError("maxAge must be a non-negative number");this[u]=r;trim(this)}get maxAge(){return this[u]}set lengthCalculator(r){if(typeof r!=="function")r=naiveLength;if(r!==this[c]){this[c]=r;this[l]=0;this[g].forEach((r=>{r.length=this[c](r.value,r.key);this[l]+=r.length}))}trim(this)}get lengthCalculator(){return this[c]}get length(){return this[l]}get itemCount(){return this[g].length}rforEach(r,i){i=i||this;for(let a=this[g].tail;a!==null;){const s=a.prev;forEachStep(this,r,a,i);a=s}}forEach(r,i){i=i||this;for(let a=this[g].head;a!==null;){const s=a.next;forEachStep(this,r,a,i);a=s}}keys(){return this[g].toArray().map((r=>r.key))}values(){return this[g].toArray().map((r=>r.value))}reset(){if(this[m]&&this[g]&&this[g].length){this[g].forEach((r=>this[m](r.key,r.value)))}this[v]=new Map;this[g]=new s;this[l]=0}dump(){return this[g].map((r=>isStale(this,r)?false:{k:r.key,v:r.value,e:r.now+(r.maxAge||0)})).toArray().filter((r=>r))}dumpLru(){return this[g]}set(r,i,a){a=a||this[u];if(a&&typeof a!=="number")throw new TypeError("maxAge must be a number");const s=a?Date.now():0;const d=this[c](i,r);if(this[v].has(r)){if(d>this[p]){del(this,this[v].get(r));return false}const c=this[v].get(r);const u=c.value;if(this[m]){if(!this[h])this[m](r,u.value)}u.now=s;u.maxAge=a;u.value=i;this[l]+=d-u.length;u.length=d;this.get(r);trim(this);return true}const y=new Entry(r,i
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
r.exports=a(7475)},3532:(r,i,a)=>{"use strict";
/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/var s=a(6629);var p=a(1017).extname;var l=/^\s*([^;\s]*)(?:;|\s|$)/;var c=/^text\//i;i.charset=charset;i.charsets={lookup:charset};i.contentType=contentType;i.extension=extension;i.extensions=Object.create(null);i.lookup=lookup;i.types=Object.create(null);populateMaps(i.extensions,i.types);function charset(r){if(!r||typeof r!=="string"){return false}var i=l.exec(r);var a=i&&s[i[1].toLowerCase()];if(a&&a.charset){return a.charset}if(i&&c.test(i[1])){return"UTF-8"}return false}function contentType(r){if(!r||typeof r!=="string"){return false}var a=r.indexOf("/")===-1?i.lookup(r):r;if(!a){return false}if(a.indexOf("charset")===-1){var s=i.charset(a);if(s)a+="; charset="+s.toLowerCase()}return a}function extension(r){if(!r||typeof r!=="string"){return false}var a=l.exec(r);var s=a&&i.extensions[a[1].toLowerCase()];if(!s||!s.length){return false}return s[0]}function lookup(r){if(!r||typeof r!=="string"){return false}var a=p("x."+r).toLowerCase().substr(1);if(!a){return false}return i.types[a]||false}function populateMaps(r,i){var a=["nginx","apache",undefined,"iana"];Object.keys(s).forEach((function forEachMimeType(p){var l=s[p];var c=l.extensions;if(!c||!c.length){return}r[p]=c;for(var d=0;d<c.length;d++){var u=c[d];if(i[u]){var m=a.indexOf(s[i[u]].source);var h=a.indexOf(l.source);if(i[u]!=="application/octet-stream"&&(m>h||m===h&&i[u].substr(0,12)==="application/")){continue}}i[u]=p}}))}},4788:(r,i,a)=>{r.exports=minimatch;minimatch.Minimatch=Minimatch;var s=function(){try{return a(1017)}catch(r){}}()||{sep:"/"};minimatch.sep=s.sep;var p=minimatch.GLOBSTAR=Minimatch.GLOBSTAR={};var l=a(4263);var c={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}};var d="[^/]";var u=d+"*?";var m="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";var h="(?:(?!(?:\\/|^)\\.).)*?";var g=charSet("().*{}+?[]^$\\!");function charSet(r){return r.split("").reduce((function(r,i){r[i]=true;return r}),{})}var v=/\/+/;minimatch.filter=filter;function filter(r,i){i=i||{};return function(a,s,p){return minimatch(a,r,i)}}function ext(r,i){i=i||{};var a={};Object.keys(r).forEach((function(i){a[i]=r[i]}));Object.keys(i).forEach((function(r){a[r]=i[r]}));return a}minimatch.defaults=function(r){if(!r||typeof r!=="object"||!Object.keys(r).length){return minimatch}var i=minimatch;var a=function minimatch(a,s,p){return i(a,s,ext(r,p))};a.Minimatch=function Minimatch(a,s){return new i.Minimatch(a,ext(r,s))};a.Minimatch.defaults=function defaults(a){return i.defaults(ext(r,a)).Minimatch};a.filter=function filter(a,s){return i.filter(a,ext(r,s))};a.defaults=function defaults(a){return i.defaults(ext(r,a))};a.makeRe=function makeRe(a,s){return i.makeRe(a,ext(r,s))};a.braceExpand=function braceExpand(a,s){return i.braceExpand(a,ext(r,s))};a.match=function(a,s,p){return i.match(a,s,ext(r,p))};return a};Minimatch.defaults=function(r){return minimatch.defaults(r).Minimatch};function minimatch(r,i,a){assertValidPattern(i);if(!a)a={};if(!a.nocomment&&i.charAt(0)==="#"){return false}return new Minimatch(i,a).match(r)}function Minimatch(r,i){if(!(this instanceof Minimatch)){return new Minimatch(r,i)}assertValidPattern(r);if(!i)i={};r=r.trim();if(!i.allowWindowsEscape&&s.sep!=="/"){r=r.split(s.sep).join("/")}this.options=i;this.set=[];this.pattern=r;this.regexp=null;this.negate=false;this.comment=false;this.empty=false;this.partial=!!i.partial;this.make()}Minimatch.prototype.debug=function(){};Minimatch.prototype.make=make;function make(){var r=this.pattern;var i=this.options;if(!i.nocomment&&r.charAt(0)==="#"){this.comment=true;return}if(!r){this.empty=true;return}this.parseNegate();var a=this.globSet=this.braceExpand();if(i.debug)this.debug=function debug(){console.error.apply(console,arguments)};this.debug(this.pattern,a);a=this.globParts=a.map((function(r){return r.split(v)}));this.debug(this.pattern,a);a=a.map((function(r,i,a){return r.map(this.parse,this)}),this);this.debug(this.pattern,a);a=a.filter((function(r){return r.indexOf(false)===-1}));this.debug(this.pattern,a);thi
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */if(!String.fromCodePoint){(function(){var r=String.fromCharCode;var i=Math.floor;var fromCodePoint=function(){var a=16384;var s=[];var p;var l;var c=-1;var d=arguments.length;if(!d){return""}var u="";while(++c<d){var m=Number(arguments[c]);if(!isFinite(m)||m<0||m>1114111||i(m)!==m){throw RangeError("Invalid code point: "+m)}if(m<=65535){s.push(m)}else{m-=65536;p=(m>>10)+55296;l=m%1024+56320;s.push(p,l)}if(c+1===d||s.length>a){u+=r.apply(null,s);s.length=0}}return u};if(Object.defineProperty){Object.defineProperty(String,"fromCodePoint",{value:fromCodePoint,configurable:true,writable:true})}else{String.fromCodePoint=fromCodePoint}})()}})(false?0:i)},9475:(r,i,a)=>{const s=Symbol("SemVer ANY");class Comparator{static get ANY(){return s}constructor(r,i){i=p(i);if(r instanceof Comparator){if(r.loose===!!i.loose){return r}else{r=r.value}}r=r.trim().split(/\s+/).join(" ");u("comparator",r,i);this.options=i;this.loose=!!i.loose;this.parse(r);if(this.semver===s){this.value=""}else{this.value=this.operator+this.semver.version}u("comp",this)}parse(r){const i=this.options.loose?l[c.COMPARATORLOOSE]:l[c.COMPARATOR];const a=r.match(i);if(!a){throw new TypeError(`Invalid comparator: ${r}`)}this.operator=a[1]!==undefined?a[1]:"";if(this.operator==="="){this.operator=""}if(!a[2]){this.semver=s}else{this.semver=new m(a[2],this.options.loose)}}toString(){return this.value}test(r){u("Comparator.test",r,this.options.loose);if(this.semver===s||r===s){return true}if(typeof r==="string"){try{r=new m(r,this.options)}catch(r){return false}}return d(r,this.operator,this.semver,this.options)}intersects(r,i){if(!(r instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new h(r.value,i).test(this.value)}else if(r.operator===""){if(r.value===""){return true}return new h(this.value,i).test(r.semver)}i=p(i);if(i.includePrerelease&&(this.value==="<0.0.0-0"||r.value==="<0.0.0-0")){return false}if(!i.includePrerelease&&(this.value.startsWith("<0.0.0")||r.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&r.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&r.operator.startsWith("<")){return true}if(this.semver.version===r.semver.version&&this.operator.includes("=")&&r.operator.includes("=")){return true}if(d(this.semver,"<",r.semver,i)&&this.operator.startsWith(">")&&r.operator.startsWith("<")){return true}if(d(this.semver,">",r.semver,i)&&this.operator.startsWith("<")&&r.operator.startsWith(">")){return true}return false}}r.exports=Comparator;const p=a(639);const{safeRe:l,t:c}=a(1473);const d=a(4114);const u=a(4690);const m=a(8872);const h=a(2448)},2448:(r,i,a)=>{class Range{constructor(r,i){i=l(i);if(r instanceof Range){if(r.loose===!!i.loose&&r.includePrerelease===!!i.includePrerelease){return r}else{return new Range(r.raw,i)}}if(r instanceof c){this.raw=r.value;this.set=[[r]];this.format();return this}this.options=i;this.loose=!!i.loose;this.includePrerelease=!!i.includePrerelease;this.raw=r.trim().split(/\s+/).join(" ");this.set=this.raw.split("||").map((r=>this.parseRange(r))).filter((r=>r.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const r=this.set[0];this.set=this.set.filter((r=>!isNullSet(r[0])));if(this.set.length===0){this.set=[r]}else if(this.set.length>1){for(const r of this.set){if(r.length===1&&isAny(r[0])){this.set=[r];break}}}}this.format()}format(){this.range=this.set.map((r=>r.join(" ").trim())).join("||").trim();return this.range}toString(){return this.range}parseRange(r){const i=(this.options.includePrerelease&&b)|(this.options.loose&&x);const a=i+":"+r;const s=p.get(a);if(s){return s}const l=this.options.loose;const u=l?m[h.HYPHENRANGELOOSE]:m[h.HYPHENRANGE];r=r.replace(u,hyphenReplace(this.options.includePrerelease));d("hyphen replace",r);r=r.replace(m[h.COMPARATORTRIM],g);d("comparator trim",r);r=r.replace(m[h.TILDETRIM],v);d("tilde trim",r);r=r.replace(m[h.CARETTRIM],y);d("caret trim",r);le
/*!
* Tmp
*
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
*
* MIT Licensed
*/
const s=a(7147);const p=a(2037);const l=a(1017);const c=a(6113);const d={fs:s.constants,os:p.constants};const u=a(2023);const m="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",h=/XXXXXX/,g=3,v=(d.O_CREAT||d.fs.O_CREAT)|(d.O_EXCL||d.fs.O_EXCL)|(d.O_RDWR||d.fs.O_RDWR),y=p.platform()==="win32",b=d.EBADF||d.os.errno.EBADF,x=d.ENOENT||d.os.errno.ENOENT,w=448,S=384,E="exit",_=[],T=s.rmdirSync.bind(s),N=u.sync;let O=false;function tmpName(r,i){const a=_parseArguments(r,i),p=a[0],l=a[1];try{_assertAndSanitizeOptions(p)}catch(r){return l(r)}let c=p.tries;(function _getUniqueName(){try{const r=_generateTmpName(p);s.stat(r,(function(i){if(!i){if(c-- >0)return _getUniqueName();return l(new Error("Could not get a unique tmp filename, max tries reached "+r))}l(null,r)}))}catch(r){l(r)}})()}function tmpNameSync(r){const i=_parseArguments(r),a=i[0];_assertAndSanitizeOptions(a);let p=a.tries;do{const r=_generateTmpName(a);try{s.statSync(r)}catch(i){return r}}while(p-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function file(r,i){const a=_parseArguments(r,i),p=a[0],l=a[1];tmpName(p,(function _tmpNameCreated(r,i){if(r)return l(r);s.open(i,v,p.mode||S,(function _fileCreated(r,a){if(r)return l(r);if(p.discardDescriptor){return s.close(a,(function _discardCallback(r){return l(r,i,undefined,_prepareTmpFileRemoveCallback(i,-1,p,false))}))}else{const r=p.discardDescriptor||p.detachDescriptor;l(null,i,a,_prepareTmpFileRemoveCallback(i,r?-1:a,p,false))}}))}))}function fileSync(r){const i=_parseArguments(r),a=i[0];const p=a.discardDescriptor||a.detachDescriptor;const l=tmpNameSync(a);var c=s.openSync(l,v,a.mode||S);if(a.discardDescriptor){s.closeSync(c);c=undefined}return{name:l,fd:c,removeCallback:_prepareTmpFileRemoveCallback(l,p?-1:c,a,true)}}function dir(r,i){const a=_parseArguments(r,i),p=a[0],l=a[1];tmpName(p,(function _tmpNameCreated(r,i){if(r)return l(r);s.mkdir(i,p.mode||w,(function _dirCreated(r){if(r)return l(r);l(null,i,_prepareTmpDirRemoveCallback(i,p,false))}))}))}function dirSync(r){const i=_parseArguments(r),a=i[0];const p=tmpNameSync(a);s.mkdirSync(p,a.mode||w);return{name:p,removeCallback:_prepareTmpDirRemoveCallback(p,a,true)}}function _removeFileAsync(r,i){const _handler=function(r){if(r&&!_isENOENT(r)){return i(r)}i()};if(0<=r[0])s.close(r[0],(function(){s.unlink(r[1],_handler)}));else s.unlink(r[1],_handler)}function _removeFileSync(r){let i=null;try{if(0<=r[0])s.closeSync(r[0])}catch(r){if(!_isEBADF(r)&&!_isENOENT(r))throw r}finally{try{s.unlinkSync(r[1])}catch(r){if(!_isENOENT(r))i=r}}if(i!==null){throw i}}function _prepareTmpFileRemoveCallback(r,i,a,s){const p=_prepareRemoveCallback(_removeFileSync,[i,r],s);const l=_prepareRemoveCallback(_removeFileAsync,[i,r],s,p);if(!a.keep)_.unshift(p);return s?p:l}function _prepareTmpDirRemoveCallback(r,i,a){const p=i.unsafeCleanup?u:s.rmdir.bind(s);const l=i.unsafeCleanup?N:T;const c=_prepareRemoveCallback(l,r,a);const d=_prepareRemoveCallback(p,r,a,c);if(!i.keep)_.unshift(c);return a?c:d}function _prepareRemoveCallback(r,i,a,s){let p=false;return function _cleanupCallback(l){if(!p){const c=s||_cleanupCallback;const d=_.indexOf(c);if(d>=0)_.splice(d,1);p=true;if(a||r===T||r===N){return r(i)}else{return r(i,l||function(){})}}}}function _garbageCollector(){if(!O)return;while(_.length){try{_[0]()}catch(r){}}}function _randomChars(r){let i=[],a=null;try{a=c.randomBytes(r)}catch(i){a=c.pseudoRandomBytes(r)}for(var s=0;s<r;s++){i.push(m[a[s]%m.length])}return i.join("")}function _isBlank(r){return r===null||_isUndefined(r)||!r.trim()}function _isUndefined(r){return typeof r==="undefined"}function _parseArguments(r,i){if(typeof r==="function"){return[{},r]}if(_isUndefined(r)){return[{},i]}const a={};for(const i of Object.getOwnPropertyNames(r)){a[i]=r[i]}return[a,i]}function _generateTmpName(r){const i=r.tmpdir;if(!_isUndefined(r.name))return l.join(i,r.dir,r.name);if(!_isUndefined(r.template))return l.join(i,r.dir,r.template).replace(h,_randomChars(6));const a=[r.prefix?r.prefix:"tmp","-",process.pid,"-",_randomChars(12),r.postfix?"-"+r.po
//# sourceMappingURL=index.js.map