This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
@@ -0,0 +1 @@
"use strict";var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var s=(e,t)=>{for(var o in t)n(e,o,{get:t[o],enumerable:!0})},y=(e,t,o,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of b(t))!c.call(e,r)&&r!==o&&n(e,r,{get:()=>t[r],enumerable:!(p=f(t,r))||p.enumerable});return e};var O=e=>y(n({},"__esModule",{value:!0}),e);var i={};s(i,{bindThisToMemberFunctions:()=>d});module.exports=O(i);function d(e){let t=Object.getPrototypeOf(e);do{for(const o of Object.getOwnPropertyNames(t))typeof e[o]=="function"&&o!=="constructor"&&(e[o]=e[o].bind(e));t=Object.getPrototypeOf(t)}while(t!==Object.prototype)}0&&(module.exports={bindThisToMemberFunctions});
+1
View File
@@ -0,0 +1 @@
"use strict";var a=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var s=(e,r)=>{for(var n in r)a(e,n,{get:r[n],enumerable:!0})},o=(e,r,n,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of c(r))!p.call(e,i)&&i!==n&&a(e,i,{get:()=>r[i],enumerable:!(d=t(r,i))||d.enumerable});return e};var l=e=>o(a({},"__esModule",{value:!0}),e);var m={};s(m,{deprecated:()=>f});module.exports=l(m);function f(e){let r=`[@faker-js/faker]: ${e.deprecated} is deprecated`;e.since&&(r+=` since v${e.since}`),e.until&&(r+=` and will be removed in v${e.until}`),e.proposed&&(r+=`. Please use ${e.proposed} instead`),console.warn(`${r}.`)}0&&(module.exports={deprecated});
+1
View File
@@ -0,0 +1 @@
"use strict";var o=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(r,e)=>{for(var n in e)o(r,n,{get:e[n],enumerable:!0})},u=(r,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of T(e))!m.call(r,t)&&t!==n&&o(r,t,{get:()=>e[t],enumerable:!(a=f(e,t))||a.enumerable});return r};var y=r=>u(o({},"__esModule",{value:!0}),r);var c={};s(c,{mergeArrays:()=>A});module.exports=y(c);function A(...r){return Array.from(new Set(r.flat())).sort()}0&&(module.exports={mergeArrays});
+1
View File
@@ -0,0 +1 @@
"use strict";var m=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var d=(s,t,i)=>t in s?m(s,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):s[t]=i;var g=(s,t)=>{for(var i in t)m(s,i,{get:t[i],enumerable:!0})},o=(s,t,i,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of u(t))!a.call(s,e)&&e!==i&&m(s,e,{get:()=>t[e],enumerable:!(n=f(t,e))||n.enumerable});return s};var b=s=>o(m({},"__esModule",{value:!0}),s);var h=(s,t,i)=>(d(s,typeof t!="symbol"?t+"":t,i),i);var A={};g(A,{generateMersenne32Randomizer:()=>M});module.exports=b(A);class l{constructor(){h(this,"N",624);h(this,"M",397);h(this,"MATRIX_A",2567483615);h(this,"UPPER_MASK",2147483648);h(this,"LOWER_MASK",2147483647);h(this,"mt",Array.from({length:this.N}));h(this,"mti",this.N+1);h(this,"mag01",[0,this.MATRIX_A])}unsigned32(t){return t<0?(t^this.UPPER_MASK)+this.UPPER_MASK:t}subtraction32(t,i){return t<i?this.unsigned32(4294967296-(i-t)&4294967295):t-i}addition32(t,i){return this.unsigned32(t+i&4294967295)}multiplication32(t,i){let n=0;for(let e=0;e<32;++e)t>>>e&1&&(n=this.addition32(n,this.unsigned32(i<<e)));return n}initGenrand(t){for(this.mt[0]=this.unsigned32(t&4294967295),this.mti=1;this.mti<this.N;this.mti++)this.mt[this.mti]=this.addition32(this.multiplication32(1812433253,this.unsigned32(this.mt[this.mti-1]^this.mt[this.mti-1]>>>30)),this.mti),this.mt[this.mti]=this.unsigned32(this.mt[this.mti]&4294967295)}initByArray(t,i){this.initGenrand(19650218);let n=1,e=0,r=this.N>i?this.N:i;for(;r;r--)this.mt[n]=this.addition32(this.addition32(this.unsigned32(this.mt[n]^this.multiplication32(this.unsigned32(this.mt[n-1]^this.mt[n-1]>>>30),1664525)),t[e]),e),this.mt[n]=this.unsigned32(this.mt[n]&4294967295),n++,e++,n>=this.N&&(this.mt[0]=this.mt[this.N-1],n=1),e>=i&&(e=0);for(r=this.N-1;r;r--)this.mt[n]=this.subtraction32(this.unsigned32(this.mt[n]^this.multiplication32(this.unsigned32(this.mt[n-1]^this.mt[n-1]>>>30),1566083941)),n),this.mt[n]=this.unsigned32(this.mt[n]&4294967295),n++,n>=this.N&&(this.mt[0]=this.mt[this.N-1],n=1);this.mt[0]=2147483648}genrandInt32(){let t;if(this.mti>=this.N){let i;for(this.mti===this.N+1&&this.initGenrand(5489),i=0;i<this.N-this.M;i++)t=this.unsigned32(this.mt[i]&this.UPPER_MASK|this.mt[i+1]&this.LOWER_MASK),this.mt[i]=this.unsigned32(this.mt[i+this.M]^t>>>1^this.mag01[t&1]);for(;i<this.N-1;i++)t=this.unsigned32(this.mt[i]&this.UPPER_MASK|this.mt[i+1]&this.LOWER_MASK),this.mt[i]=this.unsigned32(this.mt[i+(this.M-this.N)]^t>>>1^this.mag01[t&1]);t=this.unsigned32(this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK),this.mt[this.N-1]=this.unsigned32(this.mt[this.M-1]^t>>>1^this.mag01[t&1]),this.mti=0}return t=this.mt[this.mti++],t=this.unsigned32(t^t>>>11),t=this.unsigned32(t^t<<7&2636928640),t=this.unsigned32(t^t<<15&4022730752),t=this.unsigned32(t^t>>>18),t}genrandInt31(){return this.genrandInt32()>>>1}genrandReal1(){return this.genrandInt32()*(1/4294967295)}genrandReal2(){return this.genrandInt32()*(1/4294967296)}genrandReal3(){return(this.genrandInt32()+.5)*(1/4294967296)}genrandRes53(){const t=this.genrandInt32()>>>5,i=this.genrandInt32()>>>6;return(t*67108864+i)*(1/9007199254740992)}}function M(){const s=new l;return s.initGenrand(Math.ceil(Math.random()*Number.MAX_SAFE_INTEGER)),{next(){return s.genrandReal2()},seed(t){typeof t=="number"?s.initGenrand(t):Array.isArray(t)&&s.initByArray(t,t.length)}}}0&&(module.exports={generateMersenne32Randomizer});