/var/www/myprog.com.ua/server/node/node_modules/jsonwebtoken/lib
NameSizeModeActions
asymmetricKeyDetailsSupported.js990644editdlrm
JsonWebTokenError.js4280644editdlrm
NotBeforeError.js3620644editdlrm
psSupported.js1070644editdlrm
rsaPssKeyDetailsSupported.js990644editdlrm
timespan.js4120644editdlrm
TokenExpiredError.js3950644editdlrm
validateAsymmetricKey.js22380644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/jsonwebtoken/lib/JsonWebTokenError.js (428B)
var JsonWebTokenError = function (message, error) { Error.call(this, message); if(Error.captureStackTrace) { Error.captureStackTrace(this, this.constructor); } this.name = 'JsonWebTokenError'; this.message = message; if (error) this.inner = error; }; JsonWebTokenError.prototype = Object.create(Error.prototype); JsonWebTokenError.prototype.constructor = JsonWebTokenError; module.exports = JsonWebTokenError;