react-grab 0.0.5 → 0.0.6
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.cjs +2 -7
- package/dist/index.global.js +14 -14
- package/dist/index.js +2 -7
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -88,14 +88,9 @@ var getHTMLSnippet = (element) => {
|
|
|
88
88
|
return children.length;
|
|
89
89
|
};
|
|
90
90
|
const getTextContent = (el) => {
|
|
91
|
-
let text = "";
|
|
92
|
-
const childNodes = Array.from(el.childNodes);
|
|
93
|
-
for (const node of childNodes) {
|
|
94
|
-
if (node.nodeType === Node.TEXT_NODE) {
|
|
95
|
-
text += node.textContent || "";
|
|
96
|
-
}
|
|
97
|
-
}
|
|
91
|
+
let text = el.textContent || "";
|
|
98
92
|
text = text.trim();
|
|
93
|
+
text = text.replace(/\s+/g, " ");
|
|
99
94
|
const maxLength = 100;
|
|
100
95
|
if (text.length > maxLength) {
|
|
101
96
|
text = text.substring(0, maxLength) + "...";
|
package/dist/index.global.js
CHANGED
|
@@ -6,27 +6,27 @@ var ReactGrab=(function(exports){'use strict';/**
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
var me="0.3.
|
|
10
|
-
`).filter(f=>!!f.match(Ee)),e).map(f=>{f.includes("(eval ")&&(f=f.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let C=f.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),
|
|
11
|
-
`).filter(f=>!f.match(rt)),e).map(f=>{if(f.includes(" > eval")&&(f=f.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!f.includes("@")&&!f.includes(":"))return {function:f};{let C=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,l=f.match(C),r=l&&l[1]?l[1]:undefined,o=we(f.replace(C,""));return {function:r,file:o[0],line:o[1]?+o[1]:undefined,col:o[2]?+o[2]:undefined,raw:f}}})}var at=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js"(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");t.encode=function(i){if(0<=i&&i<e.length)return e[i];throw new TypeError("Must be between 0 and 63: "+i)},t.decode=function(i){var f=65,C=90,l=97,r=122,o=48,s=57,c=43,g=47,m=26,p=52;return f<=i&&i<=C?i-f:l<=i&&i<=r?i-l+m:o<=i&&i<=s?i-o+p:i==c?62:i==g?63:-1};}}),Le=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js"(t){var e=at(),i=5,f=1<<i,C=f-1,l=f;function r(s){return s<0?(-s<<1)+1:(s<<1)+0}function o(s){var c=(s&1)===1,g=s>>1;return c?-g:g}t.encode=function(c){var g="",m,p=r(c);do m=p&C,p>>>=i,p>0&&(m|=l),g+=e.encode(m);while(p>0);return g},t.decode=function(c,g,m){var p=c.length,n=0,a=0,u,_;do{if(g>=p)throw new Error("Expected more digits in base 64 VLQ value.");if(_=e.decode(c.charCodeAt(g++)),_===-1)throw new Error("Invalid base64 digit: "+c.charAt(g-1));u=!!(_&l),_&=C,n=n+(_<<a),a+=i;}while(u);m.value=o(n),m.rest=g;};}}),G=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js"(t){function e(d,h,S){if(h in d)return d[h];if(arguments.length===3)return S;throw new Error('"'+h+'" is a required argument.')}t.getArg=e;var i=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,f=/^data:.+\,.+$/;function C(d){var h=d.match(i);return h?{scheme:h[1],auth:h[2],host:h[3],port:h[4],path:h[5]}:null}t.urlParse=C;function l(d){var h="";return d.scheme&&(h+=d.scheme+":"),h+="//",d.auth&&(h+=d.auth+"@"),d.host&&(h+=d.host),d.port&&(h+=":"+d.port),d.path&&(h+=d.path),h}t.urlGenerate=l;var r=32;function o(d){var h=[];return function(S){for(var v=0;v<h.length;v++)if(h[v].input===S){var A=h[0];return h[0]=h[v],h[v]=A,h[0].result}var w=d(S);return h.unshift({input:S,result:w}),h.length>r&&h.pop(),w}}var s=o(function(h){var S=h,v=C(h);if(v){if(!v.path)return h;S=v.path;}for(var A=t.isAbsolute(S),w=[],L=0,M=0;;)if(L=M,M=S.indexOf("/",L),M===-1){w.push(S.slice(L));break}else for(w.push(S.slice(L,M));M<S.length&&S[M]==="/";)M++;for(var N,I=0,M=w.length-1;M>=0;M--)N=w[M],N==="."?w.splice(M,1):N===".."?I++:I>0&&(N===""?(w.splice(M+1,I),I=0):(w.splice(M,2),I--));return S=w.join("/"),S===""&&(S=A?"/":"."),v?(v.path=S,l(v)):S});t.normalize=s;function c(d,h){d===""&&(d="."),h===""&&(h=".");var S=C(h),v=C(d);if(v&&(d=v.path||"/"),S&&!S.scheme)return v&&(S.scheme=v.scheme),l(S);if(S||h.match(f))return h;if(v&&!v.host&&!v.path)return v.host=h,l(v);var A=h.charAt(0)==="/"?h:s(d.replace(/\/+$/,"")+"/"+h);return v?(v.path=A,l(v)):A}t.join=c,t.isAbsolute=function(d){return d.charAt(0)==="/"||i.test(d)};function g(d,h){d===""&&(d="."),d=d.replace(/\/$/,"");for(var S=0;h.indexOf(d+"/")!==0;){var v=d.lastIndexOf("/");if(v<0||(d=d.slice(0,v),d.match(/^([^\/]+:\/)?\/*$/)))return h;++S;}return Array(S+1).join("../")+h.substr(d.length+1)}t.relative=g;var m=function(){var d=Object.create(null);return !("__proto__"in d)}();function p(d){return d}function n(d){return u(d)?"$"+d:d}t.toSetString=m?p:n;function a(d){return u(d)?d.slice(1):d}t.fromSetString=m?p:a;function u(d){if(!d)return false;var h=d.length;if(h<9||d.charCodeAt(h-1)!==95||d.charCodeAt(h-2)!==95||d.charCodeAt(h-3)!==111||d.charCodeAt(h-4)!==116||d.charCodeAt(h-5)!==111||d.charCodeAt(h-6)!==114||d.charCodeAt(h-7)!==112||d.charCodeAt(h-8)!==95||d.charCodeAt(h-9)!==95)return false;for(var S=h-10;S>=0;S--)if(d.charCodeAt(S)!==36)return false;return true}function _(d,h,S){var v=T(d.source,h.source);return v!==0||(v=d.originalLine-h.originalLine,v!==0)||(v=d.originalColumn-h.originalColumn,v!==0||S)||(v=d.generatedColumn-h.generatedColumn,v!==0)||(v=d.generatedLine-h.generatedLine,v!==0)?v:T(d.name,h.name)}t.compareByOriginalPositions=_;function y(d,h,S){var v;return v=d.originalLine-h.originalLine,v!==0||(v=d.originalColumn-h.originalColumn,v!==0||S)||(v=d.generatedColumn-h.generatedColumn,v!==0)||(v=d.generatedLine-h.generatedLine,v!==0)?v:T(d.name,h.name)}t.compareByOriginalPositionsNoSource=y;function b(d,h,S){var v=d.generatedLine-h.generatedLine;return v!==0||(v=d.generatedColumn-h.generatedColumn,v!==0||S)||(v=T(d.source,h.source),v!==0)||(v=d.originalLine-h.originalLine,v!==0)||(v=d.originalColumn-h.originalColumn,v!==0)?v:T(d.name,h.name)}t.compareByGeneratedPositionsDeflated=b;function E(d,h,S){var v=d.generatedColumn-h.generatedColumn;return v!==0||S||(v=T(d.source,h.source),v!==0)||(v=d.originalLine-h.originalLine,v!==0)||(v=d.originalColumn-h.originalColumn,v!==0)?v:T(d.name,h.name)}t.compareByGeneratedPositionsDeflatedNoLine=E;function T(d,h){return d===h?0:d===null?1:h===null?-1:d>h?1:-1}function O(d,h){var S=d.generatedLine-h.generatedLine;return S!==0||(S=d.generatedColumn-h.generatedColumn,S!==0)||(S=T(d.source,h.source),S!==0)||(S=d.originalLine-h.originalLine,S!==0)||(S=d.originalColumn-h.originalColumn,S!==0)?S:T(d.name,h.name)}t.compareByGeneratedPositionsInflated=O;function R(d){return JSON.parse(d.replace(/^\)]}'[^\n]*\n/,""))}t.parseSourceMapInput=R;function F(d,h,S){if(h=h||"",d&&(d[d.length-1]!=="/"&&h[0]!=="/"&&(d+="/"),h=d+h),S){var v=C(S);if(!v)throw new Error("sourceMapURL could not be parsed");if(v.path){var A=v.path.lastIndexOf("/");A>=0&&(v.path=v.path.substring(0,A+1));}h=c(l(v),h);}return s(h)}t.computeSourceURL=F;}}),Oe=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js"(t){var e=G(),i=Object.prototype.hasOwnProperty,f=typeof Map<"u";function C(){this._array=[],this._set=f?new Map:Object.create(null);}C.fromArray=function(r,o){for(var s=new C,c=0,g=r.length;c<g;c++)s.add(r[c],o);return s},C.prototype.size=function(){return f?this._set.size:Object.getOwnPropertyNames(this._set).length},C.prototype.add=function(r,o){var s=f?r:e.toSetString(r),c=f?this.has(r):i.call(this._set,s),g=this._array.length;(!c||o)&&this._array.push(r),c||(f?this._set.set(r,g):this._set[s]=g);},C.prototype.has=function(r){if(f)return this._set.has(r);var o=e.toSetString(r);return i.call(this._set,o)},C.prototype.indexOf=function(r){if(f){var o=this._set.get(r);if(o>=0)return o}else {var s=e.toSetString(r);if(i.call(this._set,s))return this._set[s]}throw new Error('"'+r+'" is not in the set.')},C.prototype.at=function(r){if(r>=0&&r<this._array.length)return this._array[r];throw new Error("No element indexed by "+r)},C.prototype.toArray=function(){return this._array.slice()},t.ArraySet=C;}}),lt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js"(t){var e=G();function i(C,l){var r=C.generatedLine,o=l.generatedLine,s=C.generatedColumn,c=l.generatedColumn;return o>r||o==r&&c>=s||e.compareByGeneratedPositionsInflated(C,l)<=0}function f(){this._array=[],this._sorted=true,this._last={generatedLine:-1,generatedColumn:0};}f.prototype.unsortedForEach=function(l,r){this._array.forEach(l,r);},f.prototype.add=function(l){i(this._last,l)?(this._last=l,this._array.push(l)):(this._sorted=false,this._array.push(l));},f.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=true),this._array},t.MappingList=f;}}),Re=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js"(t){var e=Le(),i=G(),f=Oe().ArraySet,C=lt().MappingList;function l(r){r||(r={}),this._file=i.getArg(r,"file",null),this._sourceRoot=i.getArg(r,"sourceRoot",null),this._skipValidation=i.getArg(r,"skipValidation",false),this._ignoreInvalidMapping=i.getArg(r,"ignoreInvalidMapping",false),this._sources=new f,this._names=new f,this._mappings=new C,this._sourcesContents=null;}l.prototype._version=3,l.fromSourceMap=function(o,s){var c=o.sourceRoot,g=new l(Object.assign(s||{},{file:o.file,sourceRoot:c}));return o.eachMapping(function(m){var p={generated:{line:m.generatedLine,column:m.generatedColumn}};m.source!=null&&(p.source=m.source,c!=null&&(p.source=i.relative(c,p.source)),p.original={line:m.originalLine,column:m.originalColumn},m.name!=null&&(p.name=m.name)),g.addMapping(p);}),o.sources.forEach(function(m){var p=m;c!==null&&(p=i.relative(c,m)),g._sources.has(p)||g._sources.add(p);var n=o.sourceContentFor(m);n!=null&&g.setSourceContent(m,n);}),g},l.prototype.addMapping=function(o){var s=i.getArg(o,"generated"),c=i.getArg(o,"original",null),g=i.getArg(o,"source",null),m=i.getArg(o,"name",null);!this._skipValidation&&this._validateMapping(s,c,g,m)===false||(g!=null&&(g=String(g),this._sources.has(g)||this._sources.add(g)),m!=null&&(m=String(m),this._names.has(m)||this._names.add(m)),this._mappings.add({generatedLine:s.line,generatedColumn:s.column,originalLine:c!=null&&c.line,originalColumn:c!=null&&c.column,source:g,name:m}));},l.prototype.setSourceContent=function(o,s){var c=o;this._sourceRoot!=null&&(c=i.relative(this._sourceRoot,c)),s!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(c)]=s):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(c)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null));},l.prototype.applySourceMap=function(o,s,c){var g=s;if(s==null){if(o.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);g=o.file;}var m=this._sourceRoot;m!=null&&(g=i.relative(m,g));var p=new f,n=new f;this._mappings.unsortedForEach(function(a){if(a.source===g&&a.originalLine!=null){var u=o.originalPositionFor({line:a.originalLine,column:a.originalColumn});u.source!=null&&(a.source=u.source,c!=null&&(a.source=i.join(c,a.source)),m!=null&&(a.source=i.relative(m,a.source)),a.originalLine=u.line,a.originalColumn=u.column,u.name!=null&&(a.name=u.name));}var _=a.source;_!=null&&!p.has(_)&&p.add(_);var y=a.name;y!=null&&!n.has(y)&&n.add(y);},this),this._sources=p,this._names=n,o.sources.forEach(function(a){var u=o.sourceContentFor(a);u!=null&&(c!=null&&(a=i.join(c,a)),m!=null&&(a=i.relative(m,a)),this.setSourceContent(a,u));},this);},l.prototype._validateMapping=function(o,s,c,g){if(s&&typeof s.line!="number"&&typeof s.column!="number"){var m="original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.";if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(m),false;throw new Error(m)}if(!(o&&"line"in o&&"column"in o&&o.line>0&&o.column>=0&&!s&&!c&&!g)){if(o&&"line"in o&&"column"in o&&s&&"line"in s&&"column"in s&&o.line>0&&o.column>=0&&s.line>0&&s.column>=0&&c)return;var m="Invalid mapping: "+JSON.stringify({generated:o,source:c,original:s,name:g});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(m),false;throw new Error(m)}},l.prototype._serializeMappings=function(){for(var o=0,s=1,c=0,g=0,m=0,p=0,n="",a,u,_,y,b=this._mappings.toArray(),E=0,T=b.length;E<T;E++){if(u=b[E],a="",u.generatedLine!==s)for(o=0;u.generatedLine!==s;)a+=";",s++;else if(E>0){if(!i.compareByGeneratedPositionsInflated(u,b[E-1]))continue;a+=",";}a+=e.encode(u.generatedColumn-o),o=u.generatedColumn,u.source!=null&&(y=this._sources.indexOf(u.source),a+=e.encode(y-p),p=y,a+=e.encode(u.originalLine-1-g),g=u.originalLine-1,a+=e.encode(u.originalColumn-c),c=u.originalColumn,u.name!=null&&(_=this._names.indexOf(u.name),a+=e.encode(_-m),m=_)),n+=a;}return n},l.prototype._generateSourcesContent=function(o,s){return o.map(function(c){if(!this._sourcesContents)return null;s!=null&&(c=i.relative(s,c));var g=i.toSetString(c);return Object.prototype.hasOwnProperty.call(this._sourcesContents,g)?this._sourcesContents[g]:null},this)},l.prototype.toJSON=function(){var o={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(o.file=this._file),this._sourceRoot!=null&&(o.sourceRoot=this._sourceRoot),this._sourcesContents&&(o.sourcesContent=this._generateSourcesContent(o.sources,o.sourceRoot)),o},l.prototype.toString=function(){return JSON.stringify(this.toJSON())},t.SourceMapGenerator=l;}}),ut=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js"(t){t.GREATEST_LOWER_BOUND=1,t.LEAST_UPPER_BOUND=2;function e(i,f,C,l,r,o){var s=Math.floor((f-i)/2)+i,c=r(C,l[s],true);return c===0?s:c>0?f-s>1?e(s,f,C,l,r,o):o==t.LEAST_UPPER_BOUND?f<l.length?f:-1:s:s-i>1?e(i,s,C,l,r,o):o==t.LEAST_UPPER_BOUND?s:i<0?-1:i}t.search=function(f,C,l,r){if(C.length===0)return -1;var o=e(-1,C.length,f,C,l,r||t.GREATEST_LOWER_BOUND);if(o<0)return -1;for(;o-1>=0&&l(C[o],C[o-1],true)===0;)--o;return o};}}),ct=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js"(t){function e(C){function l(s,c,g){var m=s[c];s[c]=s[g],s[g]=m;}function r(s,c){return Math.round(s+Math.random()*(c-s))}function o(s,c,g,m){if(g<m){var p=r(g,m),n=g-1;l(s,p,m);for(var a=s[m],u=g;u<m;u++)c(s[u],a,false)<=0&&(n+=1,l(s,n,u));l(s,n+1,u);var _=n+1;o(s,c,g,_-1),o(s,c,_+1,m);}}return o}function i(C){let l=e.toString();return new Function(`return ${l}`)()(C)}let f=new WeakMap;t.quickSort=function(C,l,r=0){let o=f.get(l);o===undefined&&(o=i(l),f.set(l,o)),o(C,l,r,C.length-1);};}}),ft=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js"(t){var e=G(),i=ut(),f=Oe().ArraySet,C=Le(),l=ct().quickSort;function r(p,n){var a=p;return typeof p=="string"&&(a=e.parseSourceMapInput(p)),a.sections!=null?new m(a,n):new o(a,n)}r.fromSourceMap=function(p,n){return o.fromSourceMap(p,n)},r.prototype._version=3,r.prototype.__generatedMappings=null,Object.defineProperty(r.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),r.prototype.__originalMappings=null,Object.defineProperty(r.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),r.prototype._charIsMappingSeparator=function(n,a){var u=n.charAt(a);return u===";"||u===","},r.prototype._parseMappings=function(n,a){throw new Error("Subclasses must implement _parseMappings")},r.GENERATED_ORDER=1,r.ORIGINAL_ORDER=2,r.GREATEST_LOWER_BOUND=1,r.LEAST_UPPER_BOUND=2,r.prototype.eachMapping=function(n,a,u){var _=a||null,y=u||r.GENERATED_ORDER,b;switch(y){case r.GENERATED_ORDER:b=this._generatedMappings;break;case r.ORIGINAL_ORDER:b=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}for(var E=this.sourceRoot,T=n.bind(_),O=this._names,R=this._sources,F=this._sourceMapURL,d=0,h=b.length;d<h;d++){var S=b[d],v=S.source===null?null:R.at(S.source);v!==null&&(v=e.computeSourceURL(E,v,F)),T({source:v,generatedLine:S.generatedLine,generatedColumn:S.generatedColumn,originalLine:S.originalLine,originalColumn:S.originalColumn,name:S.name===null?null:O.at(S.name)});}},r.prototype.allGeneratedPositionsFor=function(n){var a=e.getArg(n,"line"),u={source:e.getArg(n,"source"),originalLine:a,originalColumn:e.getArg(n,"column",0)};if(u.source=this._findSourceIndex(u.source),u.source<0)return [];var _=[],y=this._findMapping(u,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,i.LEAST_UPPER_BOUND);if(y>=0){var b=this._originalMappings[y];if(n.column===undefined)for(var E=b.originalLine;b&&b.originalLine===E;)_.push({line:e.getArg(b,"generatedLine",null),column:e.getArg(b,"generatedColumn",null),lastColumn:e.getArg(b,"lastGeneratedColumn",null)}),b=this._originalMappings[++y];else for(var T=b.originalColumn;b&&b.originalLine===a&&b.originalColumn==T;)_.push({line:e.getArg(b,"generatedLine",null),column:e.getArg(b,"generatedColumn",null),lastColumn:e.getArg(b,"lastGeneratedColumn",null)}),b=this._originalMappings[++y];}return _},t.SourceMapConsumer=r;function o(p,n){var a=p;typeof p=="string"&&(a=e.parseSourceMapInput(p));var u=e.getArg(a,"version"),_=e.getArg(a,"sources"),y=e.getArg(a,"names",[]),b=e.getArg(a,"sourceRoot",null),E=e.getArg(a,"sourcesContent",null),T=e.getArg(a,"mappings"),O=e.getArg(a,"file",null);if(u!=this._version)throw new Error("Unsupported version: "+u);b&&(b=e.normalize(b)),_=_.map(String).map(e.normalize).map(function(R){return b&&e.isAbsolute(b)&&e.isAbsolute(R)?e.relative(b,R):R}),this._names=f.fromArray(y.map(String),true),this._sources=f.fromArray(_,true),this._absoluteSources=this._sources.toArray().map(function(R){return e.computeSourceURL(b,R,n)}),this.sourceRoot=b,this.sourcesContent=E,this._mappings=T,this._sourceMapURL=n,this.file=O;}o.prototype=Object.create(r.prototype),o.prototype.consumer=r,o.prototype._findSourceIndex=function(p){var n=p;if(this.sourceRoot!=null&&(n=e.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var a;for(a=0;a<this._absoluteSources.length;++a)if(this._absoluteSources[a]==p)return a;return -1},o.fromSourceMap=function(n,a){var u=Object.create(o.prototype),_=u._names=f.fromArray(n._names.toArray(),true),y=u._sources=f.fromArray(n._sources.toArray(),true);u.sourceRoot=n._sourceRoot,u.sourcesContent=n._generateSourcesContent(u._sources.toArray(),u.sourceRoot),u.file=n._file,u._sourceMapURL=a,u._absoluteSources=u._sources.toArray().map(function(h){return e.computeSourceURL(u.sourceRoot,h,a)});for(var b=n._mappings.toArray().slice(),E=u.__generatedMappings=[],T=u.__originalMappings=[],O=0,R=b.length;O<R;O++){var F=b[O],d=new s;d.generatedLine=F.generatedLine,d.generatedColumn=F.generatedColumn,F.source&&(d.source=y.indexOf(F.source),d.originalLine=F.originalLine,d.originalColumn=F.originalColumn,F.name&&(d.name=_.indexOf(F.name)),T.push(d)),E.push(d);}return l(u.__originalMappings,e.compareByOriginalPositions),u},o.prototype._version=3,Object.defineProperty(o.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function s(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null;}let c=e.compareByGeneratedPositionsDeflatedNoLine;function g(p,n){let a=p.length,u=p.length-n;if(!(u<=1))if(u==2){let _=p[n],y=p[n+1];c(_,y)>0&&(p[n]=y,p[n+1]=_);}else if(u<20)for(let _=n;_<a;_++)for(let y=_;y>n;y--){let b=p[y-1],E=p[y];if(c(b,E)<=0)break;p[y-1]=E,p[y]=b;}else l(p,c,n);}o.prototype._parseMappings=function(n,a){var u=1,_=0,y=0,b=0,E=0,T=0,O=n.length,R=0,d={},h=[],S=[],v,w,L,M;let N=0;for(;R<O;)if(n.charAt(R)===";")u++,R++,_=0,g(S,N),N=S.length;else if(n.charAt(R)===",")R++;else {for(v=new s,v.generatedLine=u,L=R;L<O&&!this._charIsMappingSeparator(n,L);L++);for(n.slice(R,L),w=[];R<L;)C.decode(n,R,d),M=d.value,R=d.rest,w.push(M);if(w.length===2)throw new Error("Found a source, but no line and column");if(w.length===3)throw new Error("Found a source and line, but no column");if(v.generatedColumn=_+w[0],_=v.generatedColumn,w.length>1&&(v.source=E+w[1],E+=w[1],v.originalLine=y+w[2],y=v.originalLine,v.originalLine+=1,v.originalColumn=b+w[3],b=v.originalColumn,w.length>4&&(v.name=T+w[4],T+=w[4])),S.push(v),typeof v.originalLine=="number"){let x=v.source;for(;h.length<=x;)h.push(null);h[x]===null&&(h[x]=[]),h[x].push(v);}}g(S,N),this.__generatedMappings=S;for(var I=0;I<h.length;I++)h[I]!=null&&l(h[I],e.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(...h);},o.prototype._findMapping=function(n,a,u,_,y,b){if(n[u]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+n[u]);if(n[_]<0)throw new TypeError("Column must be greater than or equal to 0, got "+n[_]);return i.search(n,a,y,b)},o.prototype.computeColumnSpans=function(){for(var n=0;n<this._generatedMappings.length;++n){var a=this._generatedMappings[n];if(n+1<this._generatedMappings.length){var u=this._generatedMappings[n+1];if(a.generatedLine===u.generatedLine){a.lastGeneratedColumn=u.generatedColumn-1;continue}}a.lastGeneratedColumn=1/0;}},o.prototype.originalPositionFor=function(n){var a={generatedLine:e.getArg(n,"line"),generatedColumn:e.getArg(n,"column")},u=this._findMapping(a,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(n,"bias",r.GREATEST_LOWER_BOUND));if(u>=0){var _=this._generatedMappings[u];if(_.generatedLine===a.generatedLine){var y=e.getArg(_,"source",null);y!==null&&(y=this._sources.at(y),y=e.computeSourceURL(this.sourceRoot,y,this._sourceMapURL));var b=e.getArg(_,"name",null);return b!==null&&(b=this._names.at(b)),{source:y,line:e.getArg(_,"originalLine",null),column:e.getArg(_,"originalColumn",null),name:b}}}return {source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(n){return n==null}):false},o.prototype.sourceContentFor=function(n,a){if(!this.sourcesContent)return null;var u=this._findSourceIndex(n);if(u>=0)return this.sourcesContent[u];var _=n;this.sourceRoot!=null&&(_=e.relative(this.sourceRoot,_));var y;if(this.sourceRoot!=null&&(y=e.urlParse(this.sourceRoot))){var b=_.replace(/^file:\/\//,"");if(y.scheme=="file"&&this._sources.has(b))return this.sourcesContent[this._sources.indexOf(b)];if((!y.path||y.path=="/")&&this._sources.has("/"+_))return this.sourcesContent[this._sources.indexOf("/"+_)]}if(a)return null;throw new Error('"'+_+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(n){var a=e.getArg(n,"source");if(a=this._findSourceIndex(a),a<0)return {line:null,column:null,lastColumn:null};var u={source:a,originalLine:e.getArg(n,"line"),originalColumn:e.getArg(n,"column")},_=this._findMapping(u,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(n,"bias",r.GREATEST_LOWER_BOUND));if(_>=0){var y=this._originalMappings[_];if(y.source===u.source)return {line:e.getArg(y,"generatedLine",null),column:e.getArg(y,"generatedColumn",null),lastColumn:e.getArg(y,"lastGeneratedColumn",null)}}return {line:null,column:null,lastColumn:null}},t.BasicSourceMapConsumer=o;function m(p,n){var a=p;typeof p=="string"&&(a=e.parseSourceMapInput(p));var u=e.getArg(a,"version"),_=e.getArg(a,"sections");if(u!=this._version)throw new Error("Unsupported version: "+u);this._sources=new f,this._names=new f;var y={line:-1,column:0};this._sections=_.map(function(b){if(b.url)throw new Error("Support for url field in sections not implemented.");var E=e.getArg(b,"offset"),T=e.getArg(E,"line"),O=e.getArg(E,"column");if(T<y.line||T===y.line&&O<y.column)throw new Error("Section offsets must be ordered and non-overlapping.");return y=E,{generatedOffset:{generatedLine:T+1,generatedColumn:O+1},consumer:new r(e.getArg(b,"map"),n)}});}m.prototype=Object.create(r.prototype),m.prototype.constructor=r,m.prototype._version=3,Object.defineProperty(m.prototype,"sources",{get:function(){for(var p=[],n=0;n<this._sections.length;n++)for(var a=0;a<this._sections[n].consumer.sources.length;a++)p.push(this._sections[n].consumer.sources[a]);return p}}),m.prototype.originalPositionFor=function(n){var a={generatedLine:e.getArg(n,"line"),generatedColumn:e.getArg(n,"column")},u=i.search(a,this._sections,function(y,b){var E=y.generatedLine-b.generatedOffset.generatedLine;return E||y.generatedColumn-b.generatedOffset.generatedColumn}),_=this._sections[u];return _?_.consumer.originalPositionFor({line:a.generatedLine-(_.generatedOffset.generatedLine-1),column:a.generatedColumn-(_.generatedOffset.generatedLine===a.generatedLine?_.generatedOffset.generatedColumn-1:0),bias:n.bias}):{source:null,line:null,column:null,name:null}},m.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(n){return n.consumer.hasContentsOfAllSources()})},m.prototype.sourceContentFor=function(n,a){for(var u=0;u<this._sections.length;u++){var _=this._sections[u],y=_.consumer.sourceContentFor(n,true);if(y||y==="")return y}if(a)return null;throw new Error('"'+n+'" is not in the SourceMap.')},m.prototype.generatedPositionFor=function(n){for(var a=0;a<this._sections.length;a++){var u=this._sections[a];if(u.consumer._findSourceIndex(e.getArg(n,"source"))!==-1){var _=u.consumer.generatedPositionFor(n);if(_){var y={line:_.line+(u.generatedOffset.generatedLine-1),column:_.column+(u.generatedOffset.generatedLine===_.line?u.generatedOffset.generatedColumn-1:0)};return y}}}return {line:null,column:null}},m.prototype._parseMappings=function(n,a){this.__generatedMappings=[],this.__originalMappings=[];for(var u=0;u<this._sections.length;u++)for(var _=this._sections[u],y=_.consumer._generatedMappings,b=0;b<y.length;b++){var E=y[b],T=_.consumer._sources.at(E.source);T!==null&&(T=e.computeSourceURL(_.consumer.sourceRoot,T,this._sourceMapURL)),this._sources.add(T),T=this._sources.indexOf(T);var O=null;E.name&&(O=_.consumer._names.at(E.name),this._names.add(O),O=this._names.indexOf(O));var R={source:T,generatedLine:E.generatedLine+(_.generatedOffset.generatedLine-1),generatedColumn:E.generatedColumn+(_.generatedOffset.generatedLine===E.generatedLine?_.generatedOffset.generatedColumn-1:0),originalLine:E.originalLine,originalColumn:E.originalColumn,name:O};this.__generatedMappings.push(R),typeof R.originalLine=="number"&&this.__originalMappings.push(R);}l(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),l(this.__originalMappings,e.compareByOriginalPositions);},t.IndexedSourceMapConsumer=m;}}),dt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js"(t){var e=Re().SourceMapGenerator,i=G(),f=/(\r?\n)/,C=10,l="$$$isSourceNode$$$";function r(o,s,c,g,m){this.children=[],this.sourceContents={},this.line=o??null,this.column=s??null,this.source=c??null,this.name=m??null,this[l]=true,g!=null&&this.add(g);}r.fromStringWithSourceMap=function(s,c,g){var m=new r,p=s.split(f),n=0,a=function(){var E=O(),T=O()||"";return E+T;function O(){return n<p.length?p[n++]:undefined}},u=1,_=0,y=null;return c.eachMapping(function(E){if(y!==null)if(u<E.generatedLine)b(y,a()),u++,_=0;else {var T=p[n]||"",O=T.substr(0,E.generatedColumn-_);p[n]=T.substr(E.generatedColumn-_),_=E.generatedColumn,b(y,O),y=E;return}for(;u<E.generatedLine;)m.add(a()),u++;if(_<E.generatedColumn){var T=p[n]||"";m.add(T.substr(0,E.generatedColumn)),p[n]=T.substr(E.generatedColumn),_=E.generatedColumn;}y=E;},this),n<p.length&&(y&&b(y,a()),m.add(p.splice(n).join(""))),c.sources.forEach(function(E){var T=c.sourceContentFor(E);T!=null&&(g!=null&&(E=i.join(g,E)),m.setSourceContent(E,T));}),m;function b(E,T){if(E===null||E.source===undefined)m.add(T);else {var O=g?i.join(g,E.source):E.source;m.add(new r(E.originalLine,E.originalColumn,O,T,E.name));}}},r.prototype.add=function(s){if(Array.isArray(s))s.forEach(function(c){this.add(c);},this);else if(s[l]||typeof s=="string")s&&this.children.push(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this},r.prototype.prepend=function(s){if(Array.isArray(s))for(var c=s.length-1;c>=0;c--)this.prepend(s[c]);else if(s[l]||typeof s=="string")this.children.unshift(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this},r.prototype.walk=function(s){for(var c,g=0,m=this.children.length;g<m;g++)c=this.children[g],c[l]?c.walk(s):c!==""&&s(c,{source:this.source,line:this.line,column:this.column,name:this.name});},r.prototype.join=function(s){var c,g,m=this.children.length;if(m>0){for(c=[],g=0;g<m-1;g++)c.push(this.children[g]),c.push(s);c.push(this.children[g]),this.children=c;}return this},r.prototype.replaceRight=function(s,c){var g=this.children[this.children.length-1];return g[l]?g.replaceRight(s,c):typeof g=="string"?this.children[this.children.length-1]=g.replace(s,c):this.children.push("".replace(s,c)),this},r.prototype.setSourceContent=function(s,c){this.sourceContents[i.toSetString(s)]=c;},r.prototype.walkSourceContents=function(s){for(var c=0,g=this.children.length;c<g;c++)this.children[c][l]&&this.children[c].walkSourceContents(s);for(var m=Object.keys(this.sourceContents),c=0,g=m.length;c<g;c++)s(i.fromSetString(m[c]),this.sourceContents[m[c]]);},r.prototype.toString=function(){var s="";return this.walk(function(c){s+=c;}),s},r.prototype.toStringWithSourceMap=function(s){var c={code:"",line:1,column:0},g=new e(s),m=false,p=null,n=null,a=null,u=null;return this.walk(function(_,y){c.code+=_,y.source!==null&&y.line!==null&&y.column!==null?((p!==y.source||n!==y.line||a!==y.column||u!==y.name)&&g.addMapping({source:y.source,original:{line:y.line,column:y.column},generated:{line:c.line,column:c.column},name:y.name}),p=y.source,n=y.line,a=y.column,u=y.name,m=true):m&&(g.addMapping({generated:{line:c.line,column:c.column}}),p=null,m=false);for(var b=0,E=_.length;b<E;b++)_.charCodeAt(b)===C?(c.line++,c.column=0,b+1===E?(p=null,m=false):m&&g.addMapping({source:y.source,original:{line:y.line,column:y.column},generated:{line:c.line,column:c.column},name:y.name})):c.column++;}),this.walkSourceContents(function(_,y){g.setSourceContent(_,y);}),{code:c.code,map:g}},t.SourceNode=r;}}),mt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js"(t){t.SourceMapGenerator=Re().SourceMapGenerator,t.SourceMapConsumer=ft().SourceMapConsumer,t.SourceNode=dt().SourceNode;}}),pt=nt(mt()),ae=false,D=t=>`
|
|
9
|
+
var me="0.3.29",q=`bippy-${me}`,fe=Object.defineProperty,He=Object.prototype.hasOwnProperty,H=()=>{},pe=t=>{try{Function.prototype.toString.call(t).indexOf("^_^")>-1&&setTimeout(()=>{throw new Error("React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build")});}catch{}},he=(t=D())=>"getFiberRoots"in t,ge=false,de,W=(t=D())=>ge?true:(typeof t.inject=="function"&&(de=t.inject.toString()),!!de?.includes("(injected)")),$=new Set,P=new Set,ve=t=>{let e=new Map,i=0,f={checkDCE:pe,supportsFiber:true,supportsFlight:true,hasUnsupportedRendererAttached:false,renderers:e,onCommitFiberRoot:H,onCommitFiberUnmount:H,onPostCommitFiberRoot:H,on:H,inject(C){let a=++i;return e.set(a,C),P.add(C),f._instrumentationIsActive||(f._instrumentationIsActive=true,$.forEach(r=>r())),a},_instrumentationSource:q,_instrumentationIsActive:false};try{fe(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__",{get(){return f},set(r){if(r&&typeof r=="object"){let o=f.renderers;f=r,o.size>0&&(o.forEach((s,c)=>{P.add(s),r.renderers.set(c,s);}),z(t));}},configurable:!0,enumerable:!0});let C=window.hasOwnProperty,a=!1;fe(window,"hasOwnProperty",{value:function(){try{if(!a&&arguments[0]==="__REACT_DEVTOOLS_GLOBAL_HOOK__")return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,a=!0,-0}catch{}return C.apply(this,arguments)},configurable:!0,writable:!0});}catch{z(t);}return f},z=t=>{try{let e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!e)return;if(!e._instrumentationSource){if(e.checkDCE=pe,e.supportsFiber=!0,e.supportsFlight=!0,e.hasUnsupportedRendererAttached=!1,e._instrumentationSource=q,e._instrumentationIsActive=!1,e.on=H,e.renderers.size){e._instrumentationIsActive=!0,$.forEach(f=>f());return}let i=e.inject;W(e)&&!he()&&(ge=!0,e.inject({scheduleRefresh(){}})&&(e._instrumentationIsActive=!0)),e.inject=f=>{let C=i(f);return P.add(f),e._instrumentationIsActive=!0,$.forEach(a=>a()),C};}(e.renderers.size||e._instrumentationIsActive||W())&&t?.();}catch{}},_e=()=>He.call(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__"),D=t=>_e()?(z(t),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):ve(t),ye=()=>!!(typeof window<"u"&&(window.document?.createElement||window.navigator?.product==="ReactNative")),Ce=()=>{try{ye()&&D();}catch{}},Y=0,K=1;var Q=5;var X=11,J=13;var Z=15,ee=16;var te=19;var ne=26,re=27,oe=28,ie=30;var U=t=>{let e=t;return typeof e=="function"?e:typeof e=="object"&&e?U(e.type||e.render):null},B=t=>{let e=t;if(typeof e=="string")return e;if(typeof e!="function"&&!(typeof e=="object"&&e))return null;let i=e.displayName||e.name||null;if(i)return i;let f=U(e);return f&&(f.displayName||f.name)||null};var se=t=>{let e=D();for(let i of e.renderers.values())try{let f=i.findFiberByHostInstance?.(t);if(f)return f}catch{}if(typeof t=="object"&&t!=null){if("_reactRootContainer"in t)return t._reactRootContainer?._internalRoot?.current?.child;for(let i in t)if(i.startsWith("__reactContainer$")||i.startsWith("__reactInternalInstance$")||i.startsWith("__reactFiber"))return t[i]||null}return null};Ce();var Xe=Object.create,Se=Object.defineProperty,Je=Object.getOwnPropertyDescriptor,be=Object.getOwnPropertyNames,Ze=Object.getPrototypeOf,et=Object.prototype.hasOwnProperty,k=(t,e)=>function(){return e||(0, t[be(t)[0]])((e={exports:{}}).exports,e),e.exports},tt=(t,e,i,f)=>{if(e&&typeof e=="object"||typeof e=="function")for(var C=be(e),a=0,r=C.length,o;a<r;a++)o=C[a],!et.call(t,o)&&o!==i&&Se(t,o,{get:(s=>e[s]).bind(null,o),enumerable:!(f=Je(e,o))||f.enumerable});return t},nt=(t,e,i)=>(i=t!=null?Xe(Ze(t)):{},tt(Se(i,"default",{value:t,enumerable:true}),t)),Ee=/^\s*at .*(\S+:\d+|\(native\))/m,rt=/^(eval@)?(\[native code\])?$/;function ot(t,e){return t.match(Ee)?it(t,e):st(t,e)}function we(t){if(!t.includes(":"))return [t,undefined,undefined];let i=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(t.replace(/[()]/g,""));return [i[1],i[2]||undefined,i[3]||undefined]}function Te(t,e){return e&&e.slice!=null?Array.isArray(e.slice)?t.slice(e.slice[0],e.slice[1]):t.slice(0,e.slice):t}function it(t,e){return Te(t.split(`
|
|
10
|
+
`).filter(f=>!!f.match(Ee)),e).map(f=>{f.includes("(eval ")&&(f=f.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let C=f.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),a=C.match(/ (\(.+\)$)/);C=a?C.replace(a[0],""):C;let r=we(a?a[1]:C),o=a&&C||undefined,s=["eval","<anonymous>"].includes(r[0])?undefined:r[0];return {function:o,file:s,line:r[1]?+r[1]:undefined,col:r[2]?+r[2]:undefined,raw:f}})}function st(t,e){return Te(t.split(`
|
|
11
|
+
`).filter(f=>!f.match(rt)),e).map(f=>{if(f.includes(" > eval")&&(f=f.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!f.includes("@")&&!f.includes(":"))return {function:f};{let C=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,a=f.match(C),r=a&&a[1]?a[1]:undefined,o=we(f.replace(C,""));return {function:r,file:o[0],line:o[1]?+o[1]:undefined,col:o[2]?+o[2]:undefined,raw:f}}})}var at=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js"(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");t.encode=function(i){if(0<=i&&i<e.length)return e[i];throw new TypeError("Must be between 0 and 63: "+i)},t.decode=function(i){var f=65,C=90,a=97,r=122,o=48,s=57,c=43,g=47,p=26,d=52;return f<=i&&i<=C?i-f:a<=i&&i<=r?i-a+p:o<=i&&i<=s?i-o+d:i==c?62:i==g?63:-1};}}),Le=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js"(t){var e=at(),i=5,f=1<<i,C=f-1,a=f;function r(s){return s<0?(-s<<1)+1:(s<<1)+0}function o(s){var c=(s&1)===1,g=s>>1;return c?-g:g}t.encode=function(c){var g="",p,d=r(c);do p=d&C,d>>>=i,d>0&&(p|=a),g+=e.encode(p);while(d>0);return g},t.decode=function(c,g,p){var d=c.length,n=0,l=0,u,_;do{if(g>=d)throw new Error("Expected more digits in base 64 VLQ value.");if(_=e.decode(c.charCodeAt(g++)),_===-1)throw new Error("Invalid base64 digit: "+c.charAt(g-1));u=!!(_&a),_&=C,n=n+(_<<l),l+=i;}while(u);p.value=o(n),p.rest=g;};}}),G=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js"(t){function e(m,h,S){if(h in m)return m[h];if(arguments.length===3)return S;throw new Error('"'+h+'" is a required argument.')}t.getArg=e;var i=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,f=/^data:.+\,.+$/;function C(m){var h=m.match(i);return h?{scheme:h[1],auth:h[2],host:h[3],port:h[4],path:h[5]}:null}t.urlParse=C;function a(m){var h="";return m.scheme&&(h+=m.scheme+":"),h+="//",m.auth&&(h+=m.auth+"@"),m.host&&(h+=m.host),m.port&&(h+=":"+m.port),m.path&&(h+=m.path),h}t.urlGenerate=a;var r=32;function o(m){var h=[];return function(S){for(var v=0;v<h.length;v++)if(h[v].input===S){var A=h[0];return h[0]=h[v],h[v]=A,h[0].result}var w=m(S);return h.unshift({input:S,result:w}),h.length>r&&h.pop(),w}}var s=o(function(h){var S=h,v=C(h);if(v){if(!v.path)return h;S=v.path;}for(var A=t.isAbsolute(S),w=[],L=0,M=0;;)if(L=M,M=S.indexOf("/",L),M===-1){w.push(S.slice(L));break}else for(w.push(S.slice(L,M));M<S.length&&S[M]==="/";)M++;for(var N,I=0,M=w.length-1;M>=0;M--)N=w[M],N==="."?w.splice(M,1):N===".."?I++:I>0&&(N===""?(w.splice(M+1,I),I=0):(w.splice(M,2),I--));return S=w.join("/"),S===""&&(S=A?"/":"."),v?(v.path=S,a(v)):S});t.normalize=s;function c(m,h){m===""&&(m="."),h===""&&(h=".");var S=C(h),v=C(m);if(v&&(m=v.path||"/"),S&&!S.scheme)return v&&(S.scheme=v.scheme),a(S);if(S||h.match(f))return h;if(v&&!v.host&&!v.path)return v.host=h,a(v);var A=h.charAt(0)==="/"?h:s(m.replace(/\/+$/,"")+"/"+h);return v?(v.path=A,a(v)):A}t.join=c,t.isAbsolute=function(m){return m.charAt(0)==="/"||i.test(m)};function g(m,h){m===""&&(m="."),m=m.replace(/\/$/,"");for(var S=0;h.indexOf(m+"/")!==0;){var v=m.lastIndexOf("/");if(v<0||(m=m.slice(0,v),m.match(/^([^\/]+:\/)?\/*$/)))return h;++S;}return Array(S+1).join("../")+h.substr(m.length+1)}t.relative=g;var p=function(){var m=Object.create(null);return !("__proto__"in m)}();function d(m){return m}function n(m){return u(m)?"$"+m:m}t.toSetString=p?d:n;function l(m){return u(m)?m.slice(1):m}t.fromSetString=p?d:l;function u(m){if(!m)return false;var h=m.length;if(h<9||m.charCodeAt(h-1)!==95||m.charCodeAt(h-2)!==95||m.charCodeAt(h-3)!==111||m.charCodeAt(h-4)!==116||m.charCodeAt(h-5)!==111||m.charCodeAt(h-6)!==114||m.charCodeAt(h-7)!==112||m.charCodeAt(h-8)!==95||m.charCodeAt(h-9)!==95)return false;for(var S=h-10;S>=0;S--)if(m.charCodeAt(S)!==36)return false;return true}function _(m,h,S){var v=T(m.source,h.source);return v!==0||(v=m.originalLine-h.originalLine,v!==0)||(v=m.originalColumn-h.originalColumn,v!==0||S)||(v=m.generatedColumn-h.generatedColumn,v!==0)||(v=m.generatedLine-h.generatedLine,v!==0)?v:T(m.name,h.name)}t.compareByOriginalPositions=_;function y(m,h,S){var v;return v=m.originalLine-h.originalLine,v!==0||(v=m.originalColumn-h.originalColumn,v!==0||S)||(v=m.generatedColumn-h.generatedColumn,v!==0)||(v=m.generatedLine-h.generatedLine,v!==0)?v:T(m.name,h.name)}t.compareByOriginalPositionsNoSource=y;function b(m,h,S){var v=m.generatedLine-h.generatedLine;return v!==0||(v=m.generatedColumn-h.generatedColumn,v!==0||S)||(v=T(m.source,h.source),v!==0)||(v=m.originalLine-h.originalLine,v!==0)||(v=m.originalColumn-h.originalColumn,v!==0)?v:T(m.name,h.name)}t.compareByGeneratedPositionsDeflated=b;function E(m,h,S){var v=m.generatedColumn-h.generatedColumn;return v!==0||S||(v=T(m.source,h.source),v!==0)||(v=m.originalLine-h.originalLine,v!==0)||(v=m.originalColumn-h.originalColumn,v!==0)?v:T(m.name,h.name)}t.compareByGeneratedPositionsDeflatedNoLine=E;function T(m,h){return m===h?0:m===null?1:h===null?-1:m>h?1:-1}function O(m,h){var S=m.generatedLine-h.generatedLine;return S!==0||(S=m.generatedColumn-h.generatedColumn,S!==0)||(S=T(m.source,h.source),S!==0)||(S=m.originalLine-h.originalLine,S!==0)||(S=m.originalColumn-h.originalColumn,S!==0)?S:T(m.name,h.name)}t.compareByGeneratedPositionsInflated=O;function R(m){return JSON.parse(m.replace(/^\)]}'[^\n]*\n/,""))}t.parseSourceMapInput=R;function F(m,h,S){if(h=h||"",m&&(m[m.length-1]!=="/"&&h[0]!=="/"&&(m+="/"),h=m+h),S){var v=C(S);if(!v)throw new Error("sourceMapURL could not be parsed");if(v.path){var A=v.path.lastIndexOf("/");A>=0&&(v.path=v.path.substring(0,A+1));}h=c(a(v),h);}return s(h)}t.computeSourceURL=F;}}),Oe=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js"(t){var e=G(),i=Object.prototype.hasOwnProperty,f=typeof Map<"u";function C(){this._array=[],this._set=f?new Map:Object.create(null);}C.fromArray=function(r,o){for(var s=new C,c=0,g=r.length;c<g;c++)s.add(r[c],o);return s},C.prototype.size=function(){return f?this._set.size:Object.getOwnPropertyNames(this._set).length},C.prototype.add=function(r,o){var s=f?r:e.toSetString(r),c=f?this.has(r):i.call(this._set,s),g=this._array.length;(!c||o)&&this._array.push(r),c||(f?this._set.set(r,g):this._set[s]=g);},C.prototype.has=function(r){if(f)return this._set.has(r);var o=e.toSetString(r);return i.call(this._set,o)},C.prototype.indexOf=function(r){if(f){var o=this._set.get(r);if(o>=0)return o}else {var s=e.toSetString(r);if(i.call(this._set,s))return this._set[s]}throw new Error('"'+r+'" is not in the set.')},C.prototype.at=function(r){if(r>=0&&r<this._array.length)return this._array[r];throw new Error("No element indexed by "+r)},C.prototype.toArray=function(){return this._array.slice()},t.ArraySet=C;}}),lt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js"(t){var e=G();function i(C,a){var r=C.generatedLine,o=a.generatedLine,s=C.generatedColumn,c=a.generatedColumn;return o>r||o==r&&c>=s||e.compareByGeneratedPositionsInflated(C,a)<=0}function f(){this._array=[],this._sorted=true,this._last={generatedLine:-1,generatedColumn:0};}f.prototype.unsortedForEach=function(a,r){this._array.forEach(a,r);},f.prototype.add=function(a){i(this._last,a)?(this._last=a,this._array.push(a)):(this._sorted=false,this._array.push(a));},f.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=true),this._array},t.MappingList=f;}}),Re=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js"(t){var e=Le(),i=G(),f=Oe().ArraySet,C=lt().MappingList;function a(r){r||(r={}),this._file=i.getArg(r,"file",null),this._sourceRoot=i.getArg(r,"sourceRoot",null),this._skipValidation=i.getArg(r,"skipValidation",false),this._ignoreInvalidMapping=i.getArg(r,"ignoreInvalidMapping",false),this._sources=new f,this._names=new f,this._mappings=new C,this._sourcesContents=null;}a.prototype._version=3,a.fromSourceMap=function(o,s){var c=o.sourceRoot,g=new a(Object.assign(s||{},{file:o.file,sourceRoot:c}));return o.eachMapping(function(p){var d={generated:{line:p.generatedLine,column:p.generatedColumn}};p.source!=null&&(d.source=p.source,c!=null&&(d.source=i.relative(c,d.source)),d.original={line:p.originalLine,column:p.originalColumn},p.name!=null&&(d.name=p.name)),g.addMapping(d);}),o.sources.forEach(function(p){var d=p;c!==null&&(d=i.relative(c,p)),g._sources.has(d)||g._sources.add(d);var n=o.sourceContentFor(p);n!=null&&g.setSourceContent(p,n);}),g},a.prototype.addMapping=function(o){var s=i.getArg(o,"generated"),c=i.getArg(o,"original",null),g=i.getArg(o,"source",null),p=i.getArg(o,"name",null);!this._skipValidation&&this._validateMapping(s,c,g,p)===false||(g!=null&&(g=String(g),this._sources.has(g)||this._sources.add(g)),p!=null&&(p=String(p),this._names.has(p)||this._names.add(p)),this._mappings.add({generatedLine:s.line,generatedColumn:s.column,originalLine:c!=null&&c.line,originalColumn:c!=null&&c.column,source:g,name:p}));},a.prototype.setSourceContent=function(o,s){var c=o;this._sourceRoot!=null&&(c=i.relative(this._sourceRoot,c)),s!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(c)]=s):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(c)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null));},a.prototype.applySourceMap=function(o,s,c){var g=s;if(s==null){if(o.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);g=o.file;}var p=this._sourceRoot;p!=null&&(g=i.relative(p,g));var d=new f,n=new f;this._mappings.unsortedForEach(function(l){if(l.source===g&&l.originalLine!=null){var u=o.originalPositionFor({line:l.originalLine,column:l.originalColumn});u.source!=null&&(l.source=u.source,c!=null&&(l.source=i.join(c,l.source)),p!=null&&(l.source=i.relative(p,l.source)),l.originalLine=u.line,l.originalColumn=u.column,u.name!=null&&(l.name=u.name));}var _=l.source;_!=null&&!d.has(_)&&d.add(_);var y=l.name;y!=null&&!n.has(y)&&n.add(y);},this),this._sources=d,this._names=n,o.sources.forEach(function(l){var u=o.sourceContentFor(l);u!=null&&(c!=null&&(l=i.join(c,l)),p!=null&&(l=i.relative(p,l)),this.setSourceContent(l,u));},this);},a.prototype._validateMapping=function(o,s,c,g){if(s&&typeof s.line!="number"&&typeof s.column!="number"){var p="original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.";if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(p),false;throw new Error(p)}if(!(o&&"line"in o&&"column"in o&&o.line>0&&o.column>=0&&!s&&!c&&!g)){if(o&&"line"in o&&"column"in o&&s&&"line"in s&&"column"in s&&o.line>0&&o.column>=0&&s.line>0&&s.column>=0&&c)return;var p="Invalid mapping: "+JSON.stringify({generated:o,source:c,original:s,name:g});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(p),false;throw new Error(p)}},a.prototype._serializeMappings=function(){for(var o=0,s=1,c=0,g=0,p=0,d=0,n="",l,u,_,y,b=this._mappings.toArray(),E=0,T=b.length;E<T;E++){if(u=b[E],l="",u.generatedLine!==s)for(o=0;u.generatedLine!==s;)l+=";",s++;else if(E>0){if(!i.compareByGeneratedPositionsInflated(u,b[E-1]))continue;l+=",";}l+=e.encode(u.generatedColumn-o),o=u.generatedColumn,u.source!=null&&(y=this._sources.indexOf(u.source),l+=e.encode(y-d),d=y,l+=e.encode(u.originalLine-1-g),g=u.originalLine-1,l+=e.encode(u.originalColumn-c),c=u.originalColumn,u.name!=null&&(_=this._names.indexOf(u.name),l+=e.encode(_-p),p=_)),n+=l;}return n},a.prototype._generateSourcesContent=function(o,s){return o.map(function(c){if(!this._sourcesContents)return null;s!=null&&(c=i.relative(s,c));var g=i.toSetString(c);return Object.prototype.hasOwnProperty.call(this._sourcesContents,g)?this._sourcesContents[g]:null},this)},a.prototype.toJSON=function(){var o={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(o.file=this._file),this._sourceRoot!=null&&(o.sourceRoot=this._sourceRoot),this._sourcesContents&&(o.sourcesContent=this._generateSourcesContent(o.sources,o.sourceRoot)),o},a.prototype.toString=function(){return JSON.stringify(this.toJSON())},t.SourceMapGenerator=a;}}),ut=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js"(t){t.GREATEST_LOWER_BOUND=1,t.LEAST_UPPER_BOUND=2;function e(i,f,C,a,r,o){var s=Math.floor((f-i)/2)+i,c=r(C,a[s],true);return c===0?s:c>0?f-s>1?e(s,f,C,a,r,o):o==t.LEAST_UPPER_BOUND?f<a.length?f:-1:s:s-i>1?e(i,s,C,a,r,o):o==t.LEAST_UPPER_BOUND?s:i<0?-1:i}t.search=function(f,C,a,r){if(C.length===0)return -1;var o=e(-1,C.length,f,C,a,r||t.GREATEST_LOWER_BOUND);if(o<0)return -1;for(;o-1>=0&&a(C[o],C[o-1],true)===0;)--o;return o};}}),ct=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js"(t){function e(C){function a(s,c,g){var p=s[c];s[c]=s[g],s[g]=p;}function r(s,c){return Math.round(s+Math.random()*(c-s))}function o(s,c,g,p){if(g<p){var d=r(g,p),n=g-1;a(s,d,p);for(var l=s[p],u=g;u<p;u++)c(s[u],l,false)<=0&&(n+=1,a(s,n,u));a(s,n+1,u);var _=n+1;o(s,c,g,_-1),o(s,c,_+1,p);}}return o}function i(C){let a=e.toString();return new Function(`return ${a}`)()(C)}let f=new WeakMap;t.quickSort=function(C,a,r=0){let o=f.get(a);o===undefined&&(o=i(a),f.set(a,o)),o(C,a,r,C.length-1);};}}),ft=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js"(t){var e=G(),i=ut(),f=Oe().ArraySet,C=Le(),a=ct().quickSort;function r(d,n){var l=d;return typeof d=="string"&&(l=e.parseSourceMapInput(d)),l.sections!=null?new p(l,n):new o(l,n)}r.fromSourceMap=function(d,n){return o.fromSourceMap(d,n)},r.prototype._version=3,r.prototype.__generatedMappings=null,Object.defineProperty(r.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),r.prototype.__originalMappings=null,Object.defineProperty(r.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),r.prototype._charIsMappingSeparator=function(n,l){var u=n.charAt(l);return u===";"||u===","},r.prototype._parseMappings=function(n,l){throw new Error("Subclasses must implement _parseMappings")},r.GENERATED_ORDER=1,r.ORIGINAL_ORDER=2,r.GREATEST_LOWER_BOUND=1,r.LEAST_UPPER_BOUND=2,r.prototype.eachMapping=function(n,l,u){var _=l||null,y=u||r.GENERATED_ORDER,b;switch(y){case r.GENERATED_ORDER:b=this._generatedMappings;break;case r.ORIGINAL_ORDER:b=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}for(var E=this.sourceRoot,T=n.bind(_),O=this._names,R=this._sources,F=this._sourceMapURL,m=0,h=b.length;m<h;m++){var S=b[m],v=S.source===null?null:R.at(S.source);v!==null&&(v=e.computeSourceURL(E,v,F)),T({source:v,generatedLine:S.generatedLine,generatedColumn:S.generatedColumn,originalLine:S.originalLine,originalColumn:S.originalColumn,name:S.name===null?null:O.at(S.name)});}},r.prototype.allGeneratedPositionsFor=function(n){var l=e.getArg(n,"line"),u={source:e.getArg(n,"source"),originalLine:l,originalColumn:e.getArg(n,"column",0)};if(u.source=this._findSourceIndex(u.source),u.source<0)return [];var _=[],y=this._findMapping(u,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,i.LEAST_UPPER_BOUND);if(y>=0){var b=this._originalMappings[y];if(n.column===undefined)for(var E=b.originalLine;b&&b.originalLine===E;)_.push({line:e.getArg(b,"generatedLine",null),column:e.getArg(b,"generatedColumn",null),lastColumn:e.getArg(b,"lastGeneratedColumn",null)}),b=this._originalMappings[++y];else for(var T=b.originalColumn;b&&b.originalLine===l&&b.originalColumn==T;)_.push({line:e.getArg(b,"generatedLine",null),column:e.getArg(b,"generatedColumn",null),lastColumn:e.getArg(b,"lastGeneratedColumn",null)}),b=this._originalMappings[++y];}return _},t.SourceMapConsumer=r;function o(d,n){var l=d;typeof d=="string"&&(l=e.parseSourceMapInput(d));var u=e.getArg(l,"version"),_=e.getArg(l,"sources"),y=e.getArg(l,"names",[]),b=e.getArg(l,"sourceRoot",null),E=e.getArg(l,"sourcesContent",null),T=e.getArg(l,"mappings"),O=e.getArg(l,"file",null);if(u!=this._version)throw new Error("Unsupported version: "+u);b&&(b=e.normalize(b)),_=_.map(String).map(e.normalize).map(function(R){return b&&e.isAbsolute(b)&&e.isAbsolute(R)?e.relative(b,R):R}),this._names=f.fromArray(y.map(String),true),this._sources=f.fromArray(_,true),this._absoluteSources=this._sources.toArray().map(function(R){return e.computeSourceURL(b,R,n)}),this.sourceRoot=b,this.sourcesContent=E,this._mappings=T,this._sourceMapURL=n,this.file=O;}o.prototype=Object.create(r.prototype),o.prototype.consumer=r,o.prototype._findSourceIndex=function(d){var n=d;if(this.sourceRoot!=null&&(n=e.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var l;for(l=0;l<this._absoluteSources.length;++l)if(this._absoluteSources[l]==d)return l;return -1},o.fromSourceMap=function(n,l){var u=Object.create(o.prototype),_=u._names=f.fromArray(n._names.toArray(),true),y=u._sources=f.fromArray(n._sources.toArray(),true);u.sourceRoot=n._sourceRoot,u.sourcesContent=n._generateSourcesContent(u._sources.toArray(),u.sourceRoot),u.file=n._file,u._sourceMapURL=l,u._absoluteSources=u._sources.toArray().map(function(h){return e.computeSourceURL(u.sourceRoot,h,l)});for(var b=n._mappings.toArray().slice(),E=u.__generatedMappings=[],T=u.__originalMappings=[],O=0,R=b.length;O<R;O++){var F=b[O],m=new s;m.generatedLine=F.generatedLine,m.generatedColumn=F.generatedColumn,F.source&&(m.source=y.indexOf(F.source),m.originalLine=F.originalLine,m.originalColumn=F.originalColumn,F.name&&(m.name=_.indexOf(F.name)),T.push(m)),E.push(m);}return a(u.__originalMappings,e.compareByOriginalPositions),u},o.prototype._version=3,Object.defineProperty(o.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function s(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null;}let c=e.compareByGeneratedPositionsDeflatedNoLine;function g(d,n){let l=d.length,u=d.length-n;if(!(u<=1))if(u==2){let _=d[n],y=d[n+1];c(_,y)>0&&(d[n]=y,d[n+1]=_);}else if(u<20)for(let _=n;_<l;_++)for(let y=_;y>n;y--){let b=d[y-1],E=d[y];if(c(b,E)<=0)break;d[y-1]=E,d[y]=b;}else a(d,c,n);}o.prototype._parseMappings=function(n,l){var u=1,_=0,y=0,b=0,E=0,T=0,O=n.length,R=0,m={},h=[],S=[],v,w,L,M;let N=0;for(;R<O;)if(n.charAt(R)===";")u++,R++,_=0,g(S,N),N=S.length;else if(n.charAt(R)===",")R++;else {for(v=new s,v.generatedLine=u,L=R;L<O&&!this._charIsMappingSeparator(n,L);L++);for(n.slice(R,L),w=[];R<L;)C.decode(n,R,m),M=m.value,R=m.rest,w.push(M);if(w.length===2)throw new Error("Found a source, but no line and column");if(w.length===3)throw new Error("Found a source and line, but no column");if(v.generatedColumn=_+w[0],_=v.generatedColumn,w.length>1&&(v.source=E+w[1],E+=w[1],v.originalLine=y+w[2],y=v.originalLine,v.originalLine+=1,v.originalColumn=b+w[3],b=v.originalColumn,w.length>4&&(v.name=T+w[4],T+=w[4])),S.push(v),typeof v.originalLine=="number"){let x=v.source;for(;h.length<=x;)h.push(null);h[x]===null&&(h[x]=[]),h[x].push(v);}}g(S,N),this.__generatedMappings=S;for(var I=0;I<h.length;I++)h[I]!=null&&a(h[I],e.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(...h);},o.prototype._findMapping=function(n,l,u,_,y,b){if(n[u]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+n[u]);if(n[_]<0)throw new TypeError("Column must be greater than or equal to 0, got "+n[_]);return i.search(n,l,y,b)},o.prototype.computeColumnSpans=function(){for(var n=0;n<this._generatedMappings.length;++n){var l=this._generatedMappings[n];if(n+1<this._generatedMappings.length){var u=this._generatedMappings[n+1];if(l.generatedLine===u.generatedLine){l.lastGeneratedColumn=u.generatedColumn-1;continue}}l.lastGeneratedColumn=1/0;}},o.prototype.originalPositionFor=function(n){var l={generatedLine:e.getArg(n,"line"),generatedColumn:e.getArg(n,"column")},u=this._findMapping(l,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(n,"bias",r.GREATEST_LOWER_BOUND));if(u>=0){var _=this._generatedMappings[u];if(_.generatedLine===l.generatedLine){var y=e.getArg(_,"source",null);y!==null&&(y=this._sources.at(y),y=e.computeSourceURL(this.sourceRoot,y,this._sourceMapURL));var b=e.getArg(_,"name",null);return b!==null&&(b=this._names.at(b)),{source:y,line:e.getArg(_,"originalLine",null),column:e.getArg(_,"originalColumn",null),name:b}}}return {source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(n){return n==null}):false},o.prototype.sourceContentFor=function(n,l){if(!this.sourcesContent)return null;var u=this._findSourceIndex(n);if(u>=0)return this.sourcesContent[u];var _=n;this.sourceRoot!=null&&(_=e.relative(this.sourceRoot,_));var y;if(this.sourceRoot!=null&&(y=e.urlParse(this.sourceRoot))){var b=_.replace(/^file:\/\//,"");if(y.scheme=="file"&&this._sources.has(b))return this.sourcesContent[this._sources.indexOf(b)];if((!y.path||y.path=="/")&&this._sources.has("/"+_))return this.sourcesContent[this._sources.indexOf("/"+_)]}if(l)return null;throw new Error('"'+_+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(n){var l=e.getArg(n,"source");if(l=this._findSourceIndex(l),l<0)return {line:null,column:null,lastColumn:null};var u={source:l,originalLine:e.getArg(n,"line"),originalColumn:e.getArg(n,"column")},_=this._findMapping(u,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(n,"bias",r.GREATEST_LOWER_BOUND));if(_>=0){var y=this._originalMappings[_];if(y.source===u.source)return {line:e.getArg(y,"generatedLine",null),column:e.getArg(y,"generatedColumn",null),lastColumn:e.getArg(y,"lastGeneratedColumn",null)}}return {line:null,column:null,lastColumn:null}},t.BasicSourceMapConsumer=o;function p(d,n){var l=d;typeof d=="string"&&(l=e.parseSourceMapInput(d));var u=e.getArg(l,"version"),_=e.getArg(l,"sections");if(u!=this._version)throw new Error("Unsupported version: "+u);this._sources=new f,this._names=new f;var y={line:-1,column:0};this._sections=_.map(function(b){if(b.url)throw new Error("Support for url field in sections not implemented.");var E=e.getArg(b,"offset"),T=e.getArg(E,"line"),O=e.getArg(E,"column");if(T<y.line||T===y.line&&O<y.column)throw new Error("Section offsets must be ordered and non-overlapping.");return y=E,{generatedOffset:{generatedLine:T+1,generatedColumn:O+1},consumer:new r(e.getArg(b,"map"),n)}});}p.prototype=Object.create(r.prototype),p.prototype.constructor=r,p.prototype._version=3,Object.defineProperty(p.prototype,"sources",{get:function(){for(var d=[],n=0;n<this._sections.length;n++)for(var l=0;l<this._sections[n].consumer.sources.length;l++)d.push(this._sections[n].consumer.sources[l]);return d}}),p.prototype.originalPositionFor=function(n){var l={generatedLine:e.getArg(n,"line"),generatedColumn:e.getArg(n,"column")},u=i.search(l,this._sections,function(y,b){var E=y.generatedLine-b.generatedOffset.generatedLine;return E||y.generatedColumn-b.generatedOffset.generatedColumn}),_=this._sections[u];return _?_.consumer.originalPositionFor({line:l.generatedLine-(_.generatedOffset.generatedLine-1),column:l.generatedColumn-(_.generatedOffset.generatedLine===l.generatedLine?_.generatedOffset.generatedColumn-1:0),bias:n.bias}):{source:null,line:null,column:null,name:null}},p.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(n){return n.consumer.hasContentsOfAllSources()})},p.prototype.sourceContentFor=function(n,l){for(var u=0;u<this._sections.length;u++){var _=this._sections[u],y=_.consumer.sourceContentFor(n,true);if(y||y==="")return y}if(l)return null;throw new Error('"'+n+'" is not in the SourceMap.')},p.prototype.generatedPositionFor=function(n){for(var l=0;l<this._sections.length;l++){var u=this._sections[l];if(u.consumer._findSourceIndex(e.getArg(n,"source"))!==-1){var _=u.consumer.generatedPositionFor(n);if(_){var y={line:_.line+(u.generatedOffset.generatedLine-1),column:_.column+(u.generatedOffset.generatedLine===_.line?u.generatedOffset.generatedColumn-1:0)};return y}}}return {line:null,column:null}},p.prototype._parseMappings=function(n,l){this.__generatedMappings=[],this.__originalMappings=[];for(var u=0;u<this._sections.length;u++)for(var _=this._sections[u],y=_.consumer._generatedMappings,b=0;b<y.length;b++){var E=y[b],T=_.consumer._sources.at(E.source);T!==null&&(T=e.computeSourceURL(_.consumer.sourceRoot,T,this._sourceMapURL)),this._sources.add(T),T=this._sources.indexOf(T);var O=null;E.name&&(O=_.consumer._names.at(E.name),this._names.add(O),O=this._names.indexOf(O));var R={source:T,generatedLine:E.generatedLine+(_.generatedOffset.generatedLine-1),generatedColumn:E.generatedColumn+(_.generatedOffset.generatedLine===E.generatedLine?_.generatedOffset.generatedColumn-1:0),originalLine:E.originalLine,originalColumn:E.originalColumn,name:O};this.__generatedMappings.push(R),typeof R.originalLine=="number"&&this.__originalMappings.push(R);}a(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),a(this.__originalMappings,e.compareByOriginalPositions);},t.IndexedSourceMapConsumer=p;}}),dt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js"(t){var e=Re().SourceMapGenerator,i=G(),f=/(\r?\n)/,C=10,a="$$$isSourceNode$$$";function r(o,s,c,g,p){this.children=[],this.sourceContents={},this.line=o??null,this.column=s??null,this.source=c??null,this.name=p??null,this[a]=true,g!=null&&this.add(g);}r.fromStringWithSourceMap=function(s,c,g){var p=new r,d=s.split(f),n=0,l=function(){var E=O(),T=O()||"";return E+T;function O(){return n<d.length?d[n++]:undefined}},u=1,_=0,y=null;return c.eachMapping(function(E){if(y!==null)if(u<E.generatedLine)b(y,l()),u++,_=0;else {var T=d[n]||"",O=T.substr(0,E.generatedColumn-_);d[n]=T.substr(E.generatedColumn-_),_=E.generatedColumn,b(y,O),y=E;return}for(;u<E.generatedLine;)p.add(l()),u++;if(_<E.generatedColumn){var T=d[n]||"";p.add(T.substr(0,E.generatedColumn)),d[n]=T.substr(E.generatedColumn),_=E.generatedColumn;}y=E;},this),n<d.length&&(y&&b(y,l()),p.add(d.splice(n).join(""))),c.sources.forEach(function(E){var T=c.sourceContentFor(E);T!=null&&(g!=null&&(E=i.join(g,E)),p.setSourceContent(E,T));}),p;function b(E,T){if(E===null||E.source===undefined)p.add(T);else {var O=g?i.join(g,E.source):E.source;p.add(new r(E.originalLine,E.originalColumn,O,T,E.name));}}},r.prototype.add=function(s){if(Array.isArray(s))s.forEach(function(c){this.add(c);},this);else if(s[a]||typeof s=="string")s&&this.children.push(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this},r.prototype.prepend=function(s){if(Array.isArray(s))for(var c=s.length-1;c>=0;c--)this.prepend(s[c]);else if(s[a]||typeof s=="string")this.children.unshift(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this},r.prototype.walk=function(s){for(var c,g=0,p=this.children.length;g<p;g++)c=this.children[g],c[a]?c.walk(s):c!==""&&s(c,{source:this.source,line:this.line,column:this.column,name:this.name});},r.prototype.join=function(s){var c,g,p=this.children.length;if(p>0){for(c=[],g=0;g<p-1;g++)c.push(this.children[g]),c.push(s);c.push(this.children[g]),this.children=c;}return this},r.prototype.replaceRight=function(s,c){var g=this.children[this.children.length-1];return g[a]?g.replaceRight(s,c):typeof g=="string"?this.children[this.children.length-1]=g.replace(s,c):this.children.push("".replace(s,c)),this},r.prototype.setSourceContent=function(s,c){this.sourceContents[i.toSetString(s)]=c;},r.prototype.walkSourceContents=function(s){for(var c=0,g=this.children.length;c<g;c++)this.children[c][a]&&this.children[c].walkSourceContents(s);for(var p=Object.keys(this.sourceContents),c=0,g=p.length;c<g;c++)s(i.fromSetString(p[c]),this.sourceContents[p[c]]);},r.prototype.toString=function(){var s="";return this.walk(function(c){s+=c;}),s},r.prototype.toStringWithSourceMap=function(s){var c={code:"",line:1,column:0},g=new e(s),p=false,d=null,n=null,l=null,u=null;return this.walk(function(_,y){c.code+=_,y.source!==null&&y.line!==null&&y.column!==null?((d!==y.source||n!==y.line||l!==y.column||u!==y.name)&&g.addMapping({source:y.source,original:{line:y.line,column:y.column},generated:{line:c.line,column:c.column},name:y.name}),d=y.source,n=y.line,l=y.column,u=y.name,p=true):p&&(g.addMapping({generated:{line:c.line,column:c.column}}),d=null,p=false);for(var b=0,E=_.length;b<E;b++)_.charCodeAt(b)===C?(c.line++,c.column=0,b+1===E?(d=null,p=false):p&&g.addMapping({source:y.source,original:{line:y.line,column:y.column},generated:{line:c.line,column:c.column},name:y.name})):c.column++;}),this.walkSourceContents(function(_,y){g.setSourceContent(_,y);}),{code:c.code,map:g}},t.SourceNode=r;}}),mt=k({"../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js"(t){t.SourceMapGenerator=Re().SourceMapGenerator,t.SourceMapConsumer=ft().SourceMapConsumer,t.SourceNode=dt().SourceNode;}}),pt=nt(mt()),ae=false,j=t=>`
|
|
12
12
|
in ${t}`,ht=/^data:application\/json[^,]+base64,/,gt=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*(?:\*\/)[ \t]*$)/,Me=async(t,e)=>{let i=e.split(`
|
|
13
|
-
`),f;for(let r=i.length-1;r>=0&&!f;r--){let o=i[r].match(gt);o&&(f=o[1]);}if(!f)return null;if(!(ht.test(f)||f.startsWith("/"))){let r=t.split("/");r[r.length-1]=f,f=r.join("/");}let
|
|
14
|
-
`),n=
|
|
15
|
-
`),
|
|
16
|
-
${
|
|
17
|
-
in ${t}`;return e&&(f+=` (at ${e})`),f},ue=t=>{try{let e="",i=t,f=null;do{e+=Ne(i,f);let C=i._debugInfo;if(C&&Array.isArray(C))for(let
|
|
13
|
+
`),f;for(let r=i.length-1;r>=0&&!f;r--){let o=i[r].match(gt);o&&(f=o[1]);}if(!f)return null;if(!(ht.test(f)||f.startsWith("/"))){let r=t.split("/");r[r.length-1]=f,f=r.join("/");}let a=await(await fetch(f)).json();return new pt.SourceMapConsumer(a)},Fe=async(t,e)=>{let i=ot(t);if(!i.length)return [];let f=i.slice(0,e);return (await Promise.all(f.map(async({file:a,line:r,col:o=0})=>{if(!a||!r)return null;try{let s=await fetch(a);if(s.ok){let c=await s.text(),g=await Me(a,c);if(g){let p=g.originalPositionFor({line:r,column:o}),d=g.file||p.source;if(d&&!d.startsWith("/")&&!d.startsWith("file://")&&!d.startsWith("http")){let n=a.split("/");n[n.length-1]=d,d=n.join("/");}return {fileName:d.replace(/^file:\/\//,""),lineNumber:p.line,columnNumber:p.column}}}return {fileName:a.replace(/^file:\/\//,""),lineNumber:r,columnNumber:o}}catch{return {fileName:a.replace(/^file:\/\//,""),lineNumber:r,columnNumber:o}}}))).filter(a=>a!==null)},V=(t,e)=>{if(!t||ae)return "";let i=Error.prepareStackTrace;Error.prepareStackTrace=undefined,ae=true;let f=Ae();le(null);let C=console.error,a=console.warn;console.error=()=>{},console.warn=()=>{};try{let s={DetermineComponentFrameRoot(){let d;try{if(e){let n=function(){throw Error()};if(Object.defineProperty(n.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(n,[]);}catch(l){d=l;}Reflect.construct(t,[],n);}else {try{n.call();}catch(l){d=l;}t.call(n.prototype);}}else {try{throw Error()}catch(l){d=l;}let n=t();n&&typeof n.catch=="function"&&n.catch(()=>{});}}catch(n){if(n&&d&&typeof n.stack=="string")return [n.stack,d.stack]}return [null,null]}};s.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot",Object.getOwnPropertyDescriptor(s.DetermineComponentFrameRoot,"name")?.configurable&&Object.defineProperty(s.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});let[g,p]=s.DetermineComponentFrameRoot();if(g&&p){let d=g.split(`
|
|
14
|
+
`),n=p.split(`
|
|
15
|
+
`),l=0,u=0;for(;l<d.length&&!d[l].includes("DetermineComponentFrameRoot");)l++;for(;u<n.length&&!n[u].includes("DetermineComponentFrameRoot");)u++;if(l===d.length||u===n.length)for(l=d.length-1,u=n.length-1;l>=1&&u>=0&&d[l]!==n[u];)u--;for(;l>=1&&u>=0;l--,u--)if(d[l]!==n[u]){if(l!==1||u!==1)do if(l--,u--,u<0||d[l]!==n[u]){let _=`
|
|
16
|
+
${d[l].replace(" at new "," at ")}`,y=B(t);return y&&_.includes("<anonymous>")&&(_=_.replace("<anonymous>",y)),_}while(l>=1&&u>=0);break}}}finally{ae=false,Error.prepareStackTrace=i,le(f),console.error=C,console.warn=a;}let r=t?B(t):"";return r?j(r):""},Ae=()=>{let t=D();for(let e of [...Array.from(P),...Array.from(t.renderers.values())]){let i=e.currentDispatcherRef;if(i&&typeof i=="object")return "H"in i?i.H:i.current}return null},le=t=>{for(let e of P){let i=e.currentDispatcherRef;i&&typeof i=="object"&&("H"in i?i.H=t:i.current=t);}};var Ne=(t,e)=>{switch(t.tag){case ne:case re:case Q:return j(t.type);case ee:return j("Lazy");case J:return t.child!==e&&e!==null?j("Suspense Fallback"):j("Suspense");case te:return j("SuspenseList");case Y:case Z:return V(t.type,false);case X:return V(t.type.render,false);case K:return V(t.type,true);case oe:return j("Activity");case ie:return j("ViewTransition");default:return ""}},Ie=(t,e,i)=>{let f=`
|
|
17
|
+
in ${t}`;return e&&(f+=` (at ${e})`),f},ue=t=>{try{let e="",i=t,f=null;do{e+=Ne(i,f);let C=i._debugInfo;if(C&&Array.isArray(C))for(let a=C.length-1;a>=0;a--){let r=C[a];typeof r.name=="string"&&(e+=Ie(r.name,r.env,r.debugLocation));}f=i,i=i.return;}while(i);return e}catch(e){return e instanceof Error?`
|
|
18
18
|
Error generating stack: ${e.message}
|
|
19
|
-
${e.stack}`:""}},ke=t=>t.length?t[0]===t[0].toUpperCase():false,ce=async t=>{let e=/\n\s+(?:in|at)\s+([^\s(]+)(?:\s+\((?:at\s+)?([^)]+)\))?/g,i=[],f;for(f=e.exec(t);f!==null;){let C=f[1],
|
|
20
|
-
`)},xe=t=>{let e=g=>{let
|
|
21
|
-
`)};var _t=()=>{let t=null,e=null,i=false,f=false,C=null,
|
|
19
|
+
${e.stack}`:""}},ke=t=>t.length?t[0]===t[0].toUpperCase():false,ce=async t=>{let e=/\n\s+(?:in|at)\s+([^\s(]+)(?:\s+\((?:at\s+)?([^)]+)\))?/g,i=[],f;for(f=e.exec(t);f!==null;){let C=f[1],a=f[2];if(!ke(C)){f=e.exec(t),i.push({name:C,source:undefined});continue}let r;if(a&&a!=="Server")try{let o=` at ${C} (${a})`,s=await Fe(o,1);s.length>0&&(r=s[0]);}catch{}i.push({name:C,source:r||undefined}),f=e.exec(t);}return i};var je=async t=>{let e=se(t);if(!e)return null;let i=ue(e);return (await ce(i)).map(a=>({componentName:a.name,fileName:a.source?.fileName}))},Pe=t=>t.filter(e=>e.fileName&&!e.fileName.includes("node_modules")&&e.componentName.length>1&&!e.fileName.startsWith("_")),vt=t=>{if(t.length===0)return "";if(t.length===1){let f=t[0].lastIndexOf("/");return f>0?t[0].substring(0,f+1):""}let e=t[0];for(let f=1;f<t.length;f++){let C=t[f],a=0;for(;a<e.length&&a<C.length&&e[a]===C[a];)a++;e=e.substring(0,a);}let i=e.lastIndexOf("/");return i>0?e.substring(0,i+1):""},De=t=>{let e=t.map(f=>f.fileName).filter(f=>!!f),i=vt(e);return t.map(f=>{let C=f.fileName;return C&&i&&(C=C.startsWith(i)?C.substring(i.length):C),`${f.componentName}${C?` (${C})`:""}`}).join(`
|
|
20
|
+
`)},xe=t=>{let e=g=>{let p=g.tagName.toLowerCase(),d=["id","class","name","type","role","aria-label"],n=50,l=Array.from(g.attributes).filter(u=>d.includes(u.name)||u.name.startsWith("data-")).map(u=>{let _=u.value;return _.length>n&&(_=_.substring(0,n)+"..."),`${u.name}="${_}"`}).join(" ");return l?`<${p} ${l}>`:`<${p}>`},i=g=>`</${g.tagName.toLowerCase()}>`,f=g=>Array.from(g.children).length,C=g=>{let p=g.textContent||"";p=p.trim(),p=p.replace(/\s+/g," ");let d=100;return p.length>d&&(p=p.substring(0,d)+"..."),p},a=[],r=t.parentElement;if(r){a.push(e(r));let p=Array.from(r.children).indexOf(t);p>0&&a.push(` ... (${p} element${p===1?"":"s"})`);}let o=r?" ":"";a.push(o+"<!-- SELECTED -->"),a.push(o+e(t));let s=C(t),c=f(t);if(s&&a.push(`${o} ${s}`),c>0&&a.push(`${o} ... (${c} element${c===1?"":"s"})`),a.push(o+i(t)),r){let g=Array.from(r.children),p=g.indexOf(t),d=g.length-p-1;d>0&&a.push(` ... (${d} element${d===1?"":"s"})`),a.push(i(r));}return a.join(`
|
|
21
|
+
`)};var _t=()=>{let t=null,e=null,i=false,f=false,C=null,a=null,r=null,o=async w=>{if(!document.hasFocus()){r=w;return}try{await navigator.clipboard.writeText(w),r=null,S();}catch{let L=document.createElement("textarea");L.value=w,L.style.position="fixed",L.style.left="-999999px",L.style.top="-999999px",document.body.appendChild(L),L.focus(),L.select();try{document.execCommand("copy"),r=null,S();}catch(M){console.error("Failed to copy to clipboard:",M),S();}document.body.removeChild(L);}},s=()=>{r&&o(r);},c=0,g=0,p=0,d=0,n=0,l=0,u=0,_=0,y="",b=()=>{let w=document.activeElement;return w instanceof HTMLInputElement||w instanceof HTMLTextAreaElement||w?.tagName==="INPUT"||w?.tagName==="TEXTAREA"},E=()=>{let w=document.createElement("div");return w.style.position="fixed",w.style.border="2px solid #3b82f6",w.style.backgroundColor="rgba(59, 130, 246, 0.1)",w.style.pointerEvents="none",w.style.zIndex="999999",w.style.transition="none",document.body.appendChild(w),w},T=(w,L,M)=>w+(L-w)*M,O=()=>{if(!e||!i)return;let w=.5;c=T(c,n,w),g=T(g,l,w),p=T(p,u,w),d=T(d,_,w),e.style.left=`${c}px`,e.style.top=`${g}px`,e.style.width=`${p}px`,e.style.height=`${d}px`,e.style.borderRadius=y,a=requestAnimationFrame(O);},R=w=>{if(f)return;let L=document.elementFromPoint(w.clientX,w.clientY);if(!L||L===e)return;C=L;let M=L.getBoundingClientRect(),N=window.getComputedStyle(L);n=M.left,l=M.top,u=M.width,_=M.height,y=N.borderRadius;},F=w=>{if(!i)return;w.preventDefault(),w.stopPropagation(),w.stopImmediatePropagation(),f=true;let L=C;L&&je(L).then(M=>{if(!M){S();return}let N=De(Pe(M)),x=`## Referenced element
|
|
22
22
|
${xe(L)}
|
|
23
23
|
|
|
24
24
|
Import traces:
|
|
25
25
|
${N}
|
|
26
26
|
|
|
27
|
-
Page: ${window.location.href}`;o(x);});},
|
|
27
|
+
Page: ${window.location.href}`;o(x);});},m=w=>{i&&(w.preventDefault(),w.stopPropagation(),w.stopImmediatePropagation());},h=()=>{e||(e=E()),i=true,e.style.display="block",c=n,g=l,p=u,d=_,O();},S=()=>{i=false,f=false,e&&(e.style.display="none"),a&&(cancelAnimationFrame(a),a=null),C=null;},v=w=>{w.metaKey&&!t&&!i&&(t=setTimeout(()=>{b()||h(),t=null;},750));},A=w=>{w.metaKey||(t&&(clearTimeout(t),t=null),i&&!f&&S());};return document.addEventListener("keydown",v),document.addEventListener("keyup",A),document.addEventListener("mousemove",R),document.addEventListener("mousedown",m,true),document.addEventListener("click",F,true),window.addEventListener("focus",s),()=>{t&&clearTimeout(t),a&&cancelAnimationFrame(a),e&&e.parentNode&&e.parentNode.removeChild(e),document.removeEventListener("keydown",v),document.removeEventListener("keyup",A),document.removeEventListener("mousemove",R),document.removeEventListener("mousedown",m,true),document.removeEventListener("click",F,true),window.removeEventListener("focus",s);}};_t();/*! Bundled license information:
|
|
28
28
|
|
|
29
|
-
bippy/dist/src-
|
|
29
|
+
bippy/dist/src-Bn4Fcl24.js:
|
|
30
30
|
(**
|
|
31
31
|
* @license bippy
|
|
32
32
|
*
|
|
@@ -46,7 +46,7 @@ bippy/dist/index.js:
|
|
|
46
46
|
* LICENSE file in the root directory of this source tree.
|
|
47
47
|
*)
|
|
48
48
|
|
|
49
|
-
bippy/dist/source-
|
|
49
|
+
bippy/dist/source-7rH6oRiA.js:
|
|
50
50
|
(**
|
|
51
51
|
* @license bippy
|
|
52
52
|
*
|
package/dist/index.js
CHANGED
|
@@ -86,14 +86,9 @@ var getHTMLSnippet = (element) => {
|
|
|
86
86
|
return children.length;
|
|
87
87
|
};
|
|
88
88
|
const getTextContent = (el) => {
|
|
89
|
-
let text = "";
|
|
90
|
-
const childNodes = Array.from(el.childNodes);
|
|
91
|
-
for (const node of childNodes) {
|
|
92
|
-
if (node.nodeType === Node.TEXT_NODE) {
|
|
93
|
-
text += node.textContent || "";
|
|
94
|
-
}
|
|
95
|
-
}
|
|
89
|
+
let text = el.textContent || "";
|
|
96
90
|
text = text.trim();
|
|
91
|
+
text = text.replace(/\s+/g, " ");
|
|
97
92
|
const maxLength = 100;
|
|
98
93
|
if (text.length > maxLength) {
|
|
99
94
|
text = text.substring(0, maxLength) + "...";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-grab",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/aidenybai/react-grab#readme",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"bippy": "^0.3.
|
|
73
|
+
"bippy": "^0.3.29"
|
|
74
74
|
}
|
|
75
75
|
}
|