{"ast":null,"code":"var JsonWebTokenError = function (message, error) {\n  Error.call(this, message);\n  if (Error.captureStackTrace) {\n    Error.captureStackTrace(this, this.constructor);\n  }\n  this.name = 'JsonWebTokenError';\n  this.message = message;\n  if (error) this.inner = error;\n};\nJsonWebTokenError.prototype = Object.create(Error.prototype);\nJsonWebTokenError.prototype.constructor = JsonWebTokenError;\nmodule.exports = JsonWebTokenError;","map":{"version":3,"names":["JsonWebTokenError","message","error","Error","call","captureStackTrace","constructor","name","inner","prototype","Object","create","module","exports"],"sources":["C:/Users/user/Desktop/05mediaSocial/node_modules/jsonwebtoken/lib/JsonWebTokenError.js"],"sourcesContent":["var JsonWebTokenError = function (message, error) {\n  Error.call(this, message);\n  if(Error.captureStackTrace) {\n    Error.captureStackTrace(this, this.constructor);\n  }\n  this.name = 'JsonWebTokenError';\n  this.message = message;\n  if (error) this.inner = error;\n};\n\nJsonWebTokenError.prototype = Object.create(Error.prototype);\nJsonWebTokenError.prototype.constructor = JsonWebTokenError;\n\nmodule.exports = JsonWebTokenError;\n"],"mappings":"AAAA,IAAIA,iBAAiB,GAAG,UAAUC,OAAO,EAAEC,KAAK,EAAE;EAChDC,KAAK,CAACC,IAAI,CAAC,IAAI,EAAEH,OAAO,CAAC;EACzB,IAAGE,KAAK,CAACE,iBAAiB,EAAE;IAC1BF,KAAK,CAACE,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAACC,WAAW,CAAC;EACjD;EACA,IAAI,CAACC,IAAI,GAAG,mBAAmB;EAC/B,IAAI,CAACN,OAAO,GAAGA,OAAO;EACtB,IAAIC,KAAK,EAAE,IAAI,CAACM,KAAK,GAAGN,KAAK;AAC/B,CAAC;AAEDF,iBAAiB,CAACS,SAAS,GAAGC,MAAM,CAACC,MAAM,CAACR,KAAK,CAACM,SAAS,CAAC;AAC5DT,iBAAiB,CAACS,SAAS,CAACH,WAAW,GAAGN,iBAAiB;AAE3DY,MAAM,CAACC,OAAO,GAAGb,iBAAiB"},"metadata":{},"sourceType":"script","externalDependencies":[]}