You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/.cache/babel-loader/45d646df47659ca50495efb7a67...

1 lines
2.3 KiB

{"ast":null,"code":"/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh <https://feross.org>\n * @license MIT\n */\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer);\n};\n\nfunction isBuffer(obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj);\n} // For Node v0.10 support. Remove this eventually.\n\n\nfunction isSlowBuffer(obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0));\n}","map":{"version":3,"sources":["/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server/node_modules/is-buffer/index.js"],"names":["module","exports","obj","isBuffer","isSlowBuffer","_isBuffer","constructor","readFloatLE","slice"],"mappings":"AAAA;;;;;;AAOA;AACA;AACAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,GAAV,EAAe;AAC9B,SAAOA,GAAG,IAAI,IAAP,KAAgBC,QAAQ,CAACD,GAAD,CAAR,IAAiBE,YAAY,CAACF,GAAD,CAA7B,IAAsC,CAAC,CAACA,GAAG,CAACG,SAA5D,CAAP;AACD,CAFD;;AAIA,SAASF,QAAT,CAAmBD,GAAnB,EAAwB;AACtB,SAAO,CAAC,CAACA,GAAG,CAACI,WAAN,IAAqB,OAAOJ,GAAG,CAACI,WAAJ,CAAgBH,QAAvB,KAAoC,UAAzD,IAAuED,GAAG,CAACI,WAAJ,CAAgBH,QAAhB,CAAyBD,GAAzB,CAA9E;AACD,C,CAED;;;AACA,SAASE,YAAT,CAAuBF,GAAvB,EAA4B;AAC1B,SAAO,OAAOA,GAAG,CAACK,WAAX,KAA2B,UAA3B,IAAyC,OAAOL,GAAG,CAACM,KAAX,KAAqB,UAA9D,IAA4EL,QAAQ,CAACD,GAAG,CAACM,KAAJ,CAAU,CAAV,EAAa,CAAb,CAAD,CAA3F;AACD","sourcesContent":["/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh <https://feross.org>\n * @license MIT\n */\n\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n}\n\nfunction isBuffer (obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n\n// For Node v0.10 support. Remove this eventually.\nfunction isSlowBuffer (obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n}\n"]},"metadata":{},"sourceType":"script"}