{"version":3,"sources":["webpack:///./node_modules/inherits/inherits_browser.js"],"names":["Object","create","module","exports","inherits","ctor","superCtor","super_","prototype","constructor","value","enumerable","writable","configurable","TempCtor"],"mappings":"4EAA6B,mBAAlBA,OAAOC,OAEhBC,EAAOC,QAAU,SAASC,SAASC,EAAMC,GACnCA,IACFD,EAAKE,OAASD,EACdD,EAAKG,UAAYR,OAAOC,OAAOK,EAAUE,UAAW,CAClDC,YAAa,CACXC,MAAOL,EACPM,YAAY,EACZC,UAAU,EACVC,cAAc,OAOtBX,EAAOC,QAAU,SAASC,SAASC,EAAMC,GACvC,GAAIA,EAAW,CACbD,EAAKE,OAASD,EACd,IAAIQ,SAAW,aACfA,SAASN,UAAYF,EAAUE,UAC/BH,EAAKG,UAAY,IAAIM,SACrBT,EAAKG,UAAUC,YAAcJ","file":"npm.inherits-626aacb042cbce1ea7b3.js","sourcesContent":["if (typeof Object.create === 'function') {\n // implementation from standard node.js 'util' module\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n ctor.prototype = Object.create(superCtor.prototype, {\n constructor: {\n value: ctor,\n enumerable: false,\n writable: true,\n configurable: true\n }\n })\n }\n };\n} else {\n // old school shim for old browsers\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n var TempCtor = function () {}\n TempCtor.prototype = superCtor.prototype\n ctor.prototype = new TempCtor()\n ctor.prototype.constructor = ctor\n }\n }\n}\n"],"sourceRoot":""}