@jam-comments/server-utilities 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -4
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -15,8 +15,7 @@ const markupFetcher = (platform) => {
|
|
|
15
15
|
const params = new URLSearchParams({
|
|
16
16
|
path,
|
|
17
17
|
domain,
|
|
18
|
-
|
|
19
|
-
embed_script: embedScript ? "1" : "0"
|
|
18
|
+
forced_embed_js: embedScript ? "1" : "0"
|
|
20
19
|
});
|
|
21
20
|
const response = await fetch(`${getBaseUrl()}/api/markup?${params}`, {
|
|
22
21
|
method: "GET",
|
|
@@ -27,10 +26,10 @@ const markupFetcher = (platform) => {
|
|
|
27
26
|
}
|
|
28
27
|
});
|
|
29
28
|
if (response.status === 401) {
|
|
30
|
-
throw `Unauthorized! Are your domain and API key set correctly?`;
|
|
29
|
+
throw `JamComments: Unauthorized! Are your domain and API key set correctly?`;
|
|
31
30
|
}
|
|
32
31
|
if (!response.ok) {
|
|
33
|
-
throw `
|
|
32
|
+
throw `JamComments request failed! Status code: ${response.status}, message: ${response.statusText}`;
|
|
34
33
|
}
|
|
35
34
|
return await response.text();
|
|
36
35
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(w,C){typeof exports=="object"&&typeof module<"u"?C(exports):typeof define=="function"&&define.amd?define(["exports"],C):(w=typeof globalThis<"u"?globalThis:w||self,C(w.JamComments={}))})(this,function(w){"use strict";const C=()=>{var e;return typeof process<"u"&&((e=process.env)==null?void 0:e.JAM_COMMENTS_BASE_URL)?process.env.JAM_COMMENTS_BASE_URL:"https://go.jamcomments.com"},T=e=>async({path:t,domain:r,apiKey:n,embedScript:a=!1})=>{const o=new URLSearchParams({path:t,domain:r,force_embed:"1",embed_script:a?"1":"0"}),s=await fetch(`${C()}/api/markup?${o}`,{method:"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json","X-Platform":e}});if(s.status===401)throw"Unauthorized! Are your domain and API key set correctly?";if(!s.ok)throw`Request failed! Status code: ${s.status}, message: ${s.statusText}`;return await s.text()};var S={exports:{}},q=/[|\\{}()[\]^$+*?.]/g,z=function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(q,"\\$&")},_={exports:{}},$={exports:{}},G={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]},k=G,R={};for(var j in k)k.hasOwnProperty(j)&&(R[k[j]]=j);var c=$.exports={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"]}};for(var y in c)if(c.hasOwnProperty(y)){if(!("channels"in c[y]))throw new Error("missing channels property: "+y);if(!("labels"in c[y]))throw new Error("missing channel labels property: "+y);if(c[y].labels.length!==c[y].channels)throw new Error("channel and label counts mismatch: "+y);var N=c[y].channels,I=c[y].labels;delete c[y].channels,delete c[y].labels,Object.defineProperty(c[y],"channels",{value:N}),Object.defineProperty(c[y],"labels",{value:I})}c.rgb.hsl=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(t,r,n),o=Math.max(t,r,n),s=o-a,i,l,v;return o===a?i=0:t===o?i=(r-n)/s:r===o?i=2+(n-t)/s:n===o&&(i=4+(t-r)/s),i=Math.min(i*60,360),i<0&&(i+=360),v=(a+o)/2,o===a?l=0:v<=.5?l=s/(o+a):l=s/(2-o-a),[i,l*100,v*100]},c.rgb.hsv=function(e){var t,r,n,a,o,s=e[0]/255,i=e[1]/255,l=e[2]/255,v=Math.max(s,i,l),u=v-Math.min(s,i,l),h=function(d){return(v-d)/6/u+1/2};return u===0?a=o=0:(o=u/v,t=h(s),r=h(i),n=h(l),s===v?a=n-r:i===v?a=1/3+t-n:l===v&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[a*360,o*100,v*100]},c.rgb.hwb=function(e){var t=e[0],r=e[1],n=e[2],a=c.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,n));return n=1-1/255*Math.max(t,Math.max(r,n)),[a,o*100,n*100]},c.rgb.cmyk=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a,o,s,i;return i=Math.min(1-t,1-r,1-n),a=(1-t-i)/(1-i)||0,o=(1-r-i)/(1-i)||0,s=(1-n-i)/(1-i)||0,[a*100,o*100,s*100,i*100]};function U(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}c.rgb.keyword=function(e){var t=R[e];if(t)return t;var r=1/0,n;for(var a in k)if(k.hasOwnProperty(a)){var o=k[a],s=U(e,o);s<r&&(r=s,n=a)}return n},c.keyword.rgb=function(e){return k[e]},c.rgb.xyz=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var a=t*.4124+r*.3576+n*.1805,o=t*.2126+r*.7152+n*.0722,s=t*.0193+r*.1192+n*.9505;return[a*100,o*100,s*100]},c.rgb.lab=function(e){var t=c.rgb.xyz(e),r=t[0],n=t[1],a=t[2],o,s,i;return r/=95.047,n/=100,a/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,o=116*n-16,s=500*(r-n),i=200*(n-a),[o,s,i]},c.hsl.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100,a,o,s,i,l;if(r===0)return l=n*255,[l,l,l];n<.5?o=n*(1+r):o=n+r-n*r,a=2*n-o,i=[0,0,0];for(var v=0;v<3;v++)s=t+1/3*-(v-1),s<0&&s++,s>1&&s--,6*s<1?l=a+(o-a)*6*s:2*s<1?l=o:3*s<2?l=a+(o-a)*(2/3-s)*6:l=a,i[v]=l*255;return i},c.hsl.hsv=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,a=r,o=Math.max(n,.01),s,i;return n*=2,r*=n<=1?n:2-n,a*=o<=1?o:2-o,i=(n+r)/2,s=n===0?2*a/(o+a):2*r/(n+r),[t,s*100,i*100]},c.hsv.rgb=function(e){var t=e[0]/60,r=e[1]/100,n=e[2]/100,a=Math.floor(t)%6,o=t-Math.floor(t),s=255*n*(1-r),i=255*n*(1-r*o),l=255*n*(1-r*(1-o));switch(n*=255,a){case 0:return[n,l,s];case 1:return[i,n,s];case 2:return[s,n,l];case 3:return[s,i,n];case 4:return[l,s,n];case 5:return[n,s,i]}},c.hsv.hsl=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,a=Math.max(n,.01),o,s,i;return i=(2-r)*n,o=(2-r)*a,s=r*a,s/=o<=1?o:2-o,s=s||0,i/=2,[t,s*100,i*100]},c.hwb.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100,a=r+n,o,s,i,l;a>1&&(r/=a,n/=a),o=Math.floor(6*t),s=1-n,i=6*t-o,(o&1)!==0&&(i=1-i),l=r+i*(s-r);var v,u,h;switch(o){default:case 6:case 0:v=s,u=l,h=r;break;case 1:v=l,u=s,h=r;break;case 2:v=r,u=s,h=l;break;case 3:v=r,u=l,h=s;break;case 4:v=l,u=r,h=s;break;case 5:v=s,u=r,h=l;break}return[v*255,u*255,h*255]},c.cmyk.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,a=e[3]/100,o,s,i;return o=1-Math.min(1,t*(1-a)+a),s=1-Math.min(1,r*(1-a)+a),i=1-Math.min(1,n*(1-a)+a),[o*255,s*255,i*255]},c.xyz.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,a,o,s;return a=t*3.2406+r*-1.5372+n*-.4986,o=t*-.9689+r*1.8758+n*.0415,s=t*.0557+r*-.204+n*1.057,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:o*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,a=Math.min(Math.max(0,a),1),o=Math.min(Math.max(0,o),1),s=Math.min(Math.max(0,s),1),[a*255,o*255,s*255]},c.xyz.lab=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return t/=95.047,r/=100,n/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,a=116*r-16,o=500*(t-r),s=200*(r-n),[a,o,s]},c.lab.xyz=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;o=(t+16)/116,a=r/500+o,s=o-n/200;var i=Math.pow(o,3),l=Math.pow(a,3),v=Math.pow(s,3);return o=i>.008856?i:(o-16/116)/7.787,a=l>.008856?l:(a-16/116)/7.787,s=v>.008856?v:(s-16/116)/7.787,a*=95.047,o*=100,s*=108.883,[a,o,s]},c.lab.lch=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return a=Math.atan2(n,r),o=a*360/2/Math.PI,o<0&&(o+=360),s=Math.sqrt(r*r+n*n),[t,s,o]},c.lch.lab=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return s=n/360*2*Math.PI,a=r*Math.cos(s),o=r*Math.sin(s),[t,a,o]},c.rgb.ansi16=function(e){var t=e[0],r=e[1],n=e[2],a=1 in arguments?arguments[1]:c.rgb.hsv(e)[2];if(a=Math.round(a/50),a===0)return 30;var o=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return a===2&&(o+=60),o},c.hsv.ansi16=function(e){return c.rgb.ansi16(c.hsv.rgb(e),e[2])},c.rgb.ansi256=function(e){var t=e[0],r=e[1],n=e[2];if(t===r&&r===n)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var a=16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5);return a},c.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var r=(~~(e>50)+1)*.5,n=(t&1)*r*255,a=(t>>1&1)*r*255,o=(t>>2&1)*r*255;return[n,a,o]},c.ansi256.rgb=function(e){if(e>=232){var t=(e-232)*10+8;return[t,t,t]}e-=16;var r,n=Math.floor(e/36)/5*255,a=Math.floor((r=e%36)/6)/5*255,o=r%6/5*255;return[n,a,o]},c.rgb.hex=function(e){var t=((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255),r=t.toString(16).toUpperCase();return"000000".substring(r.length)+r},c.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var r=t[0];t[0].length===3&&(r=r.split("").map(function(i){return i+i}).join(""));var n=parseInt(r,16),a=n>>16&255,o=n>>8&255,s=n&255;return[a,o,s]},c.rgb.hcg=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,r),n),o=Math.min(Math.min(t,r),n),s=a-o,i,l;return s<1?i=o/(1-s):i=0,s<=0?l=0:a===t?l=(r-n)/s%6:a===r?l=2+(n-t)/s:l=4+(t-r)/s+4,l/=6,l%=1,[l*360,s*100,i*100]},c.hsl.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1,a=0;return r<.5?n=2*t*r:n=2*t*(1-r),n<1&&(a=(r-.5*n)/(1-n)),[e[0],n*100,a*100]},c.hsv.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=t*r,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],n*100,a*100]},c.hcg.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100;if(r===0)return[n*255,n*255,n*255];var a=[0,0,0],o=t%1*6,s=o%1,i=1-s,l=0;switch(Math.floor(o)){case 0:a[0]=1,a[1]=s,a[2]=0;break;case 1:a[0]=i,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=s;break;case 3:a[0]=0,a[1]=i,a[2]=1;break;case 4:a[0]=s,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=i}return l=(1-r)*n,[(r*a[0]+l)*255,(r*a[1]+l)*255,(r*a[2]+l)*255]},c.hcg.hsv=function(e){var t=e[1]/100,r=e[2]/100,n=t+r*(1-t),a=0;return n>0&&(a=t/n),[e[0],a*100,n*100]},c.hcg.hsl=function(e){var t=e[1]/100,r=e[2]/100,n=r*(1-t)+.5*t,a=0;return n>0&&n<.5?a=t/(2*n):n>=.5&&n<1&&(a=t/(2*(1-n))),[e[0],a*100,n*100]},c.hcg.hwb=function(e){var t=e[1]/100,r=e[2]/100,n=t+r*(1-t);return[e[0],(n-t)*100,(1-n)*100]},c.hwb.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1-r,a=n-t,o=0;return a<1&&(o=(n-a)/(1-a)),[e[0],a*100,o*100]},c.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},c.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},c.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},c.gray.hsl=c.gray.hsv=function(e){return[0,0,e[0]]},c.gray.hwb=function(e){return[0,100,e[0]]},c.gray.cmyk=function(e){return[0,0,0,e[0]]},c.gray.lab=function(e){return[e[0],0,0]},c.gray.hex=function(e){var t=Math.round(e[0]/100*255)&255,r=(t<<16)+(t<<8)+t,n=r.toString(16).toUpperCase();return"000000".substring(n.length)+n},c.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]};var E=$.exports;function L(){for(var e={},t=Object.keys(E),r=t.length,n=0;n<r;n++)e[t[n]]={distance:-1,parent:null};return e}function J(e){var t=L(),r=[e];for(t[e].distance=0;r.length;)for(var n=r.pop(),a=Object.keys(E[n]),o=a.length,s=0;s<o;s++){var i=a[s],l=t[i];l.distance===-1&&(l.distance=t[n].distance+1,l.parent=n,r.unshift(i))}return t}function X(e,t){return function(r){return t(e(r))}}function W(e,t){for(var r=[t[e].parent,e],n=E[t[e].parent][e],a=t[e].parent;t[a].parent;)r.unshift(t[a].parent),n=X(E[t[a].parent][a],n),a=t[a].parent;return n.conversion=r,n}var D=function(e){for(var t=J(e),r={},n=Object.keys(t),a=n.length,o=0;o<a;o++){var s=n[o],i=t[s];i.parent!==null&&(r[s]=W(s,t))}return r},O=$.exports,K=D,M={},Y=Object.keys(O);function H(e){var t=function(r){return r==null?r:(arguments.length>1&&(r=Array.prototype.slice.call(arguments)),e(r))};return"conversion"in e&&(t.conversion=e.conversion),t}function Q(e){var t=function(r){if(r==null)return r;arguments.length>1&&(r=Array.prototype.slice.call(arguments));var n=e(r);if(typeof n=="object")for(var a=n.length,o=0;o<a;o++)n[o]=Math.round(n[o]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}Y.forEach(function(e){M[e]={},Object.defineProperty(M[e],"channels",{value:O[e].channels}),Object.defineProperty(M[e],"labels",{value:O[e].labels});var t=K(e),r=Object.keys(t);r.forEach(function(n){var a=t[n];M[e][n]=Q(a),M[e][n].raw=H(a)})});var V=M;(function(e){const t=V,r=(s,i)=>function(){return`\x1B[${s.apply(t,arguments)+i}m`},n=(s,i)=>function(){const l=s.apply(t,arguments);return`\x1B[${38+i};5;${l}m`},a=(s,i)=>function(){const l=s.apply(t,arguments);return`\x1B[${38+i};2;${l[0]};${l[1]};${l[2]}m`};function o(){const s=new Map,i={modifier:{reset:[0,0],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],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};i.color.grey=i.color.gray;for(const u of Object.keys(i)){const h=i[u];for(const d of Object.keys(h)){const x=h[d];i[d]={open:`\x1B[${x[0]}m`,close:`\x1B[${x[1]}m`},h[d]=i[d],s.set(x[0],x[1])}Object.defineProperty(i,u,{value:h,enumerable:!1}),Object.defineProperty(i,"codes",{value:s,enumerable:!1})}const l=u=>u,v=(u,h,d)=>[u,h,d];i.color.close="\x1B[39m",i.bgColor.close="\x1B[49m",i.color.ansi={ansi:r(l,0)},i.color.ansi256={ansi256:n(l,0)},i.color.ansi16m={rgb:a(v,0)},i.bgColor.ansi={ansi:r(l,10)},i.bgColor.ansi256={ansi256:n(l,10)},i.bgColor.ansi16m={rgb:a(v,10)};for(let u of Object.keys(t)){if(typeof t[u]!="object")continue;const h=t[u];u==="ansi16"&&(u="ansi"),"ansi16"in h&&(i.color.ansi[u]=r(h.ansi16,0),i.bgColor.ansi[u]=r(h.ansi16,10)),"ansi256"in h&&(i.color.ansi256[u]=n(h.ansi256,0),i.bgColor.ansi256[u]=n(h.ansi256,10)),"rgb"in h&&(i.color.ansi16m[u]=a(h.rgb,0),i.bgColor.ansi16m[u]=a(h.rgb,10))}return i}Object.defineProperty(e,"exports",{enumerable:!0,get:o})})(_);var Z={stdout:!1,stderr:!1};const ee=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,P=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,re=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,ne=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,ae=new Map([["n",`
|
|
1
|
+
(function(w,C){typeof exports=="object"&&typeof module<"u"?C(exports):typeof define=="function"&&define.amd?define(["exports"],C):(w=typeof globalThis<"u"?globalThis:w||self,C(w.JamComments={}))})(this,function(w){"use strict";const C=()=>{var e;return typeof process<"u"&&((e=process.env)==null?void 0:e.JAM_COMMENTS_BASE_URL)?process.env.JAM_COMMENTS_BASE_URL:"https://go.jamcomments.com"},T=e=>async({path:t,domain:r,apiKey:n,embedScript:a=!1})=>{const o=new URLSearchParams({path:t,domain:r,forced_embed_js:a?"1":"0"}),s=await fetch(`${C()}/api/markup?${o}`,{method:"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json","X-Platform":e}});if(s.status===401)throw"JamComments: Unauthorized! Are your domain and API key set correctly?";if(!s.ok)throw`JamComments request failed! Status code: ${s.status}, message: ${s.statusText}`;return await s.text()};var S={exports:{}},q=/[|\\{}()[\]^$+*?.]/g,z=function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(q,"\\$&")},_={exports:{}},E={exports:{}},G={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]},k=G,R={};for(var $ in k)k.hasOwnProperty($)&&(R[k[$]]=$);var c=E.exports={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"]}};for(var y in c)if(c.hasOwnProperty(y)){if(!("channels"in c[y]))throw new Error("missing channels property: "+y);if(!("labels"in c[y]))throw new Error("missing channel labels property: "+y);if(c[y].labels.length!==c[y].channels)throw new Error("channel and label counts mismatch: "+y);var N=c[y].channels,I=c[y].labels;delete c[y].channels,delete c[y].labels,Object.defineProperty(c[y],"channels",{value:N}),Object.defineProperty(c[y],"labels",{value:I})}c.rgb.hsl=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(t,r,n),o=Math.max(t,r,n),s=o-a,i,l,v;return o===a?i=0:t===o?i=(r-n)/s:r===o?i=2+(n-t)/s:n===o&&(i=4+(t-r)/s),i=Math.min(i*60,360),i<0&&(i+=360),v=(a+o)/2,o===a?l=0:v<=.5?l=s/(o+a):l=s/(2-o-a),[i,l*100,v*100]},c.rgb.hsv=function(e){var t,r,n,a,o,s=e[0]/255,i=e[1]/255,l=e[2]/255,v=Math.max(s,i,l),u=v-Math.min(s,i,l),h=function(d){return(v-d)/6/u+1/2};return u===0?a=o=0:(o=u/v,t=h(s),r=h(i),n=h(l),s===v?a=n-r:i===v?a=1/3+t-n:l===v&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[a*360,o*100,v*100]},c.rgb.hwb=function(e){var t=e[0],r=e[1],n=e[2],a=c.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,n));return n=1-1/255*Math.max(t,Math.max(r,n)),[a,o*100,n*100]},c.rgb.cmyk=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a,o,s,i;return i=Math.min(1-t,1-r,1-n),a=(1-t-i)/(1-i)||0,o=(1-r-i)/(1-i)||0,s=(1-n-i)/(1-i)||0,[a*100,o*100,s*100,i*100]};function U(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}c.rgb.keyword=function(e){var t=R[e];if(t)return t;var r=1/0,n;for(var a in k)if(k.hasOwnProperty(a)){var o=k[a],s=U(e,o);s<r&&(r=s,n=a)}return n},c.keyword.rgb=function(e){return k[e]},c.rgb.xyz=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var a=t*.4124+r*.3576+n*.1805,o=t*.2126+r*.7152+n*.0722,s=t*.0193+r*.1192+n*.9505;return[a*100,o*100,s*100]},c.rgb.lab=function(e){var t=c.rgb.xyz(e),r=t[0],n=t[1],a=t[2],o,s,i;return r/=95.047,n/=100,a/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,o=116*n-16,s=500*(r-n),i=200*(n-a),[o,s,i]},c.hsl.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100,a,o,s,i,l;if(r===0)return l=n*255,[l,l,l];n<.5?o=n*(1+r):o=n+r-n*r,a=2*n-o,i=[0,0,0];for(var v=0;v<3;v++)s=t+1/3*-(v-1),s<0&&s++,s>1&&s--,6*s<1?l=a+(o-a)*6*s:2*s<1?l=o:3*s<2?l=a+(o-a)*(2/3-s)*6:l=a,i[v]=l*255;return i},c.hsl.hsv=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,a=r,o=Math.max(n,.01),s,i;return n*=2,r*=n<=1?n:2-n,a*=o<=1?o:2-o,i=(n+r)/2,s=n===0?2*a/(o+a):2*r/(n+r),[t,s*100,i*100]},c.hsv.rgb=function(e){var t=e[0]/60,r=e[1]/100,n=e[2]/100,a=Math.floor(t)%6,o=t-Math.floor(t),s=255*n*(1-r),i=255*n*(1-r*o),l=255*n*(1-r*(1-o));switch(n*=255,a){case 0:return[n,l,s];case 1:return[i,n,s];case 2:return[s,n,l];case 3:return[s,i,n];case 4:return[l,s,n];case 5:return[n,s,i]}},c.hsv.hsl=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,a=Math.max(n,.01),o,s,i;return i=(2-r)*n,o=(2-r)*a,s=r*a,s/=o<=1?o:2-o,s=s||0,i/=2,[t,s*100,i*100]},c.hwb.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100,a=r+n,o,s,i,l;a>1&&(r/=a,n/=a),o=Math.floor(6*t),s=1-n,i=6*t-o,(o&1)!==0&&(i=1-i),l=r+i*(s-r);var v,u,h;switch(o){default:case 6:case 0:v=s,u=l,h=r;break;case 1:v=l,u=s,h=r;break;case 2:v=r,u=s,h=l;break;case 3:v=r,u=l,h=s;break;case 4:v=l,u=r,h=s;break;case 5:v=s,u=r,h=l;break}return[v*255,u*255,h*255]},c.cmyk.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,a=e[3]/100,o,s,i;return o=1-Math.min(1,t*(1-a)+a),s=1-Math.min(1,r*(1-a)+a),i=1-Math.min(1,n*(1-a)+a),[o*255,s*255,i*255]},c.xyz.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,a,o,s;return a=t*3.2406+r*-1.5372+n*-.4986,o=t*-.9689+r*1.8758+n*.0415,s=t*.0557+r*-.204+n*1.057,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:o*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,a=Math.min(Math.max(0,a),1),o=Math.min(Math.max(0,o),1),s=Math.min(Math.max(0,s),1),[a*255,o*255,s*255]},c.xyz.lab=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return t/=95.047,r/=100,n/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,a=116*r-16,o=500*(t-r),s=200*(r-n),[a,o,s]},c.lab.xyz=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;o=(t+16)/116,a=r/500+o,s=o-n/200;var i=Math.pow(o,3),l=Math.pow(a,3),v=Math.pow(s,3);return o=i>.008856?i:(o-16/116)/7.787,a=l>.008856?l:(a-16/116)/7.787,s=v>.008856?v:(s-16/116)/7.787,a*=95.047,o*=100,s*=108.883,[a,o,s]},c.lab.lch=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return a=Math.atan2(n,r),o=a*360/2/Math.PI,o<0&&(o+=360),s=Math.sqrt(r*r+n*n),[t,s,o]},c.lch.lab=function(e){var t=e[0],r=e[1],n=e[2],a,o,s;return s=n/360*2*Math.PI,a=r*Math.cos(s),o=r*Math.sin(s),[t,a,o]},c.rgb.ansi16=function(e){var t=e[0],r=e[1],n=e[2],a=1 in arguments?arguments[1]:c.rgb.hsv(e)[2];if(a=Math.round(a/50),a===0)return 30;var o=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return a===2&&(o+=60),o},c.hsv.ansi16=function(e){return c.rgb.ansi16(c.hsv.rgb(e),e[2])},c.rgb.ansi256=function(e){var t=e[0],r=e[1],n=e[2];if(t===r&&r===n)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var a=16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5);return a},c.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var r=(~~(e>50)+1)*.5,n=(t&1)*r*255,a=(t>>1&1)*r*255,o=(t>>2&1)*r*255;return[n,a,o]},c.ansi256.rgb=function(e){if(e>=232){var t=(e-232)*10+8;return[t,t,t]}e-=16;var r,n=Math.floor(e/36)/5*255,a=Math.floor((r=e%36)/6)/5*255,o=r%6/5*255;return[n,a,o]},c.rgb.hex=function(e){var t=((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255),r=t.toString(16).toUpperCase();return"000000".substring(r.length)+r},c.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var r=t[0];t[0].length===3&&(r=r.split("").map(function(i){return i+i}).join(""));var n=parseInt(r,16),a=n>>16&255,o=n>>8&255,s=n&255;return[a,o,s]},c.rgb.hcg=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,r),n),o=Math.min(Math.min(t,r),n),s=a-o,i,l;return s<1?i=o/(1-s):i=0,s<=0?l=0:a===t?l=(r-n)/s%6:a===r?l=2+(n-t)/s:l=4+(t-r)/s+4,l/=6,l%=1,[l*360,s*100,i*100]},c.hsl.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1,a=0;return r<.5?n=2*t*r:n=2*t*(1-r),n<1&&(a=(r-.5*n)/(1-n)),[e[0],n*100,a*100]},c.hsv.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=t*r,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],n*100,a*100]},c.hcg.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100;if(r===0)return[n*255,n*255,n*255];var a=[0,0,0],o=t%1*6,s=o%1,i=1-s,l=0;switch(Math.floor(o)){case 0:a[0]=1,a[1]=s,a[2]=0;break;case 1:a[0]=i,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=s;break;case 3:a[0]=0,a[1]=i,a[2]=1;break;case 4:a[0]=s,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=i}return l=(1-r)*n,[(r*a[0]+l)*255,(r*a[1]+l)*255,(r*a[2]+l)*255]},c.hcg.hsv=function(e){var t=e[1]/100,r=e[2]/100,n=t+r*(1-t),a=0;return n>0&&(a=t/n),[e[0],a*100,n*100]},c.hcg.hsl=function(e){var t=e[1]/100,r=e[2]/100,n=r*(1-t)+.5*t,a=0;return n>0&&n<.5?a=t/(2*n):n>=.5&&n<1&&(a=t/(2*(1-n))),[e[0],a*100,n*100]},c.hcg.hwb=function(e){var t=e[1]/100,r=e[2]/100,n=t+r*(1-t);return[e[0],(n-t)*100,(1-n)*100]},c.hwb.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1-r,a=n-t,o=0;return a<1&&(o=(n-a)/(1-a)),[e[0],a*100,o*100]},c.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},c.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},c.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},c.gray.hsl=c.gray.hsv=function(e){return[0,0,e[0]]},c.gray.hwb=function(e){return[0,100,e[0]]},c.gray.cmyk=function(e){return[0,0,0,e[0]]},c.gray.lab=function(e){return[e[0],0,0]},c.gray.hex=function(e){var t=Math.round(e[0]/100*255)&255,r=(t<<16)+(t<<8)+t,n=r.toString(16).toUpperCase();return"000000".substring(n.length)+n},c.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]};var j=E.exports;function L(){for(var e={},t=Object.keys(j),r=t.length,n=0;n<r;n++)e[t[n]]={distance:-1,parent:null};return e}function J(e){var t=L(),r=[e];for(t[e].distance=0;r.length;)for(var n=r.pop(),a=Object.keys(j[n]),o=a.length,s=0;s<o;s++){var i=a[s],l=t[i];l.distance===-1&&(l.distance=t[n].distance+1,l.parent=n,r.unshift(i))}return t}function X(e,t){return function(r){return t(e(r))}}function W(e,t){for(var r=[t[e].parent,e],n=j[t[e].parent][e],a=t[e].parent;t[a].parent;)r.unshift(t[a].parent),n=X(j[t[a].parent][a],n),a=t[a].parent;return n.conversion=r,n}var D=function(e){for(var t=J(e),r={},n=Object.keys(t),a=n.length,o=0;o<a;o++){var s=n[o],i=t[s];i.parent!==null&&(r[s]=W(s,t))}return r},O=E.exports,K=D,M={},Y=Object.keys(O);function H(e){var t=function(r){return r==null?r:(arguments.length>1&&(r=Array.prototype.slice.call(arguments)),e(r))};return"conversion"in e&&(t.conversion=e.conversion),t}function Q(e){var t=function(r){if(r==null)return r;arguments.length>1&&(r=Array.prototype.slice.call(arguments));var n=e(r);if(typeof n=="object")for(var a=n.length,o=0;o<a;o++)n[o]=Math.round(n[o]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}Y.forEach(function(e){M[e]={},Object.defineProperty(M[e],"channels",{value:O[e].channels}),Object.defineProperty(M[e],"labels",{value:O[e].labels});var t=K(e),r=Object.keys(t);r.forEach(function(n){var a=t[n];M[e][n]=Q(a),M[e][n].raw=H(a)})});var V=M;(function(e){const t=V,r=(s,i)=>function(){return`\x1B[${s.apply(t,arguments)+i}m`},n=(s,i)=>function(){const l=s.apply(t,arguments);return`\x1B[${38+i};5;${l}m`},a=(s,i)=>function(){const l=s.apply(t,arguments);return`\x1B[${38+i};2;${l[0]};${l[1]};${l[2]}m`};function o(){const s=new Map,i={modifier:{reset:[0,0],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],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};i.color.grey=i.color.gray;for(const u of Object.keys(i)){const h=i[u];for(const d of Object.keys(h)){const x=h[d];i[d]={open:`\x1B[${x[0]}m`,close:`\x1B[${x[1]}m`},h[d]=i[d],s.set(x[0],x[1])}Object.defineProperty(i,u,{value:h,enumerable:!1}),Object.defineProperty(i,"codes",{value:s,enumerable:!1})}const l=u=>u,v=(u,h,d)=>[u,h,d];i.color.close="\x1B[39m",i.bgColor.close="\x1B[49m",i.color.ansi={ansi:r(l,0)},i.color.ansi256={ansi256:n(l,0)},i.color.ansi16m={rgb:a(v,0)},i.bgColor.ansi={ansi:r(l,10)},i.bgColor.ansi256={ansi256:n(l,10)},i.bgColor.ansi16m={rgb:a(v,10)};for(let u of Object.keys(t)){if(typeof t[u]!="object")continue;const h=t[u];u==="ansi16"&&(u="ansi"),"ansi16"in h&&(i.color.ansi[u]=r(h.ansi16,0),i.bgColor.ansi[u]=r(h.ansi16,10)),"ansi256"in h&&(i.color.ansi256[u]=n(h.ansi256,0),i.bgColor.ansi256[u]=n(h.ansi256,10)),"rgb"in h&&(i.color.ansi16m[u]=a(h.rgb,0),i.bgColor.ansi16m[u]=a(h.rgb,10))}return i}Object.defineProperty(e,"exports",{enumerable:!0,get:o})})(_);var Z={stdout:!1,stderr:!1};const ee=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,P=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,re=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,ne=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,ae=new Map([["n",`
|
|
2
2
|
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function A(e){return e[0]==="u"&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):ae.get(e)||e}function te(e,t){const r=[],n=t.trim().split(/\s*,\s*/g);let a;for(const o of n)if(!isNaN(o))r.push(Number(o));else if(a=o.match(re))r.push(a[2].replace(ne,(s,i,l)=>i?A(i):l));else throw new Error(`Invalid Chalk template style argument: ${o} (in style '${e}')`);return r}function se(e){P.lastIndex=0;const t=[];let r;for(;(r=P.exec(e))!==null;){const n=r[1];if(r[2]){const a=te(n,r[2]);t.push([n].concat(a))}else t.push([n])}return t}function F(e,t){const r={};for(const a of t)for(const o of a.styles)r[o[0]]=a.inverse?null:o.slice(1);let n=e;for(const a of Object.keys(r))if(Array.isArray(r[a])){if(!(a in n))throw new Error(`Unknown Chalk style: ${a}`);r[a].length>0?n=n[a].apply(n,r[a]):n=n[a]}return n}var oe=(e,t)=>{const r=[],n=[];let a=[];if(t.replace(ee,(o,s,i,l,v,u)=>{if(s)a.push(A(s));else if(l){const h=a.join("");a=[],n.push(r.length===0?h:F(e,r)(h)),r.push({inverse:i,styles:se(l)})}else if(v){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");n.push(F(e,r)(a.join(""))),a=[],r.pop()}else a.push(u)}),n.push(a.join("")),r.length>0){const o=`Chalk template literal is missing ${r.length} closing bracket${r.length===1?"":"s"} (\`}\`)`;throw new Error(o)}return n.join("")};(function(e){const t=z,r=_.exports,n=Z.stdout,a=oe,o=process.platform==="win32"&&!({}.TERM||"").toLowerCase().startsWith("xterm"),s=["ansi","ansi","ansi256","ansi16m"],i=new Set(["gray"]),l=Object.create(null);function v(g,f){f=f||{};const b=0;g.level=f.level===void 0?b:f.level,g.enabled="enabled"in f?f.enabled:g.level>0}function u(g){if(!this||!(this instanceof u)||this.template){const f={};return v(f,g),f.template=function(){const b=[].slice.call(arguments);return ue.apply(null,[f.template].concat(b))},Object.setPrototypeOf(f,u.prototype),Object.setPrototypeOf(f.template,f),f.template.constructor=u,f.template}v(this,g)}o&&(r.blue.open="\x1B[94m");for(const g of Object.keys(r))r[g].closeRe=new RegExp(t(r[g].close),"g"),l[g]={get(){const f=r[g];return d.call(this,this._styles?this._styles.concat(f):[f],this._empty,g)}};l.visible={get(){return d.call(this,this._styles||[],!0,"visible")}},r.color.closeRe=new RegExp(t(r.color.close),"g");for(const g of Object.keys(r.color.ansi))i.has(g)||(l[g]={get(){const f=this.level;return function(){const m={open:r.color[s[f]][g].apply(null,arguments),close:r.color.close,closeRe:r.color.closeRe};return d.call(this,this._styles?this._styles.concat(m):[m],this._empty,g)}}});r.bgColor.closeRe=new RegExp(t(r.bgColor.close),"g");for(const g of Object.keys(r.bgColor.ansi)){if(i.has(g))continue;const f="bg"+g[0].toUpperCase()+g.slice(1);l[f]={get(){const b=this.level;return function(){const p={open:r.bgColor[s[b]][g].apply(null,arguments),close:r.bgColor.close,closeRe:r.bgColor.closeRe};return d.call(this,this._styles?this._styles.concat(p):[p],this._empty,g)}}}}const h=Object.defineProperties(()=>{},l);function d(g,f,b){const m=function(){return x.apply(m,arguments)};m._styles=g,m._empty=f;const p=this;return Object.defineProperty(m,"level",{enumerable:!0,get(){return p.level},set(B){p.level=B}}),Object.defineProperty(m,"enabled",{enumerable:!0,get(){return p.enabled},set(B){p.enabled=B}}),m.hasGrey=this.hasGrey||b==="gray"||b==="grey",m.__proto__=h,m}function x(){const g=arguments,f=g.length;let b=String(arguments[0]);if(f===0)return"";if(f>1)for(let p=1;p<f;p++)b+=" "+g[p];if(!this.enabled||this.level<=0||!b)return this._empty?"":b;const m=r.dim.open;o&&this.hasGrey&&(r.dim.open="");for(const p of this._styles.slice().reverse())b=p.open+b.replace(p.closeRe,p.open)+p.close,b=b.replace(/\r?\n/g,`${p.close}$&${p.open}`);return r.dim.open=m,b}function ue(g,f){if(!Array.isArray(f))return[].slice.call(arguments,1).join(" ");const b=[].slice.call(arguments,2),m=[f.raw[0]];for(let p=1;p<f.length;p++)m.push(String(b[p-1]).replace(/[{}\\]/g,"\\$&")),m.push(String(f.raw[p]));return a(g,m.join(""))}Object.defineProperties(u.prototype,l),e.exports=u(),e.exports.supportsColor=n,e.exports.default=e.exports})(S);var ie=S.exports;const le=e=>{console.log(`${ie.magenta("JamComments:")} ${e}`)},ce=e=>{console.error(`JamComments: ${e}`)};w.log=le,w.logError=ce,w.markupFetcher=T,Object.defineProperties(w,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jam-comments/server-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Various JavaScript utilities for JamComments.",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "854a914982e55b8c343f1aed30df5e20ad2d0647"
|
|
48
48
|
}
|