repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/scripts/changelog.js
aws/lti-middleware/node_modules/protobufjs/scripts/changelog.js
"use strict"; var path = require("path"), fs = require("fs"); var gitSemverTags = require("git-semver-tags"), gitRawCommits = require("git-raw-commits"), minimist = require("minimist"); var basedir = path.join(__dirname, ".."); var pkg = require(basedir + "/package.json"); var argv = minimist(pro...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/tokenize.js
aws/lti-middleware/node_modules/protobufjs/src/tokenize.js
"use strict"; module.exports = tokenize; var delimRe = /[\s{}=;:[\],'"()<>]/g, stringDoubleRe = /(?:"([^"\\]*(?:\\.[^"\\]*)*)")/g, stringSingleRe = /(?:'([^'\\]*(?:\\.[^'\\]*)*)')/g; var setCommentRe = /^ *[*/]+ */, setCommentAltRe = /^\s*\*?\/*/, setCommentSplitRe = /\n/g, whitespaceRe = /...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/enum.js
aws/lti-middleware/node_modules/protobufjs/src/enum.js
"use strict"; module.exports = Enum; // extends ReflectionObject var ReflectionObject = require("./object"); ((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum"; var Namespace = require("./namespace"), util = require("./util"); /** * Constructs a new enum instanc...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/field.js
aws/lti-middleware/node_modules/protobufjs/src/field.js
"use strict"; module.exports = Field; // extends ReflectionObject var ReflectionObject = require("./object"); ((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field"; var Enum = require("./enum"), types = require("./types"), util = require("./util"); var Type...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/types.js
aws/lti-middleware/node_modules/protobufjs/src/types.js
"use strict"; /** * Common type constants. * @namespace */ var types = exports; var util = require("./util"); var s = [ "double", // 0 "float", // 1 "int32", // 2 "uint32", // 3 "sint32", // 4 "fixed32", // 5 "sfixed32", // 6 "int64", // 7 "uint64", // 8 "...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/writer_buffer.js
aws/lti-middleware/node_modules/protobufjs/src/writer_buffer.js
"use strict"; module.exports = BufferWriter; // extends Writer var Writer = require("./writer"); (BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter; var util = require("./util/minimal"); /** * Constructs a new buffer writer instance. * @classdesc Wire format writer using node buf...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/roots.js
aws/lti-middleware/node_modules/protobufjs/src/roots.js
"use strict"; module.exports = {}; /** * Named roots. * This is where pbjs stores generated structures (the option `-r, --root` specifies a name). * Can also be used manually to make roots available accross modules. * @name roots * @type {Object.<string,Root>} * @example * // pbjs -r myroot -o compiled.js ... ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/namespace.js
aws/lti-middleware/node_modules/protobufjs/src/namespace.js
"use strict"; module.exports = Namespace; // extends ReflectionObject var ReflectionObject = require("./object"); ((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace"; var Field = require("./field"), OneOf = require("./oneof"), util = re...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/reader.js
aws/lti-middleware/node_modules/protobufjs/src/reader.js
"use strict"; module.exports = Reader; var util = require("./util/minimal"); var BufferReader; // cyclic var LongBits = util.LongBits, utf8 = util.utf8; /* istanbul ignore next */ function indexOutOfRange(reader, writeLength) { return RangeError("index out of range: " + reader.pos + " + " + (writ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/index-minimal.js
aws/lti-middleware/node_modules/protobufjs/src/index-minimal.js
"use strict"; var protobuf = exports; /** * Build type, one of `"full"`, `"light"` or `"minimal"`. * @name build * @type {string} * @const */ protobuf.build = "minimal"; // Serialization protobuf.Writer = require("./writer"); protobuf.BufferWriter = require("./writer_buffer"); protobuf.Reader = requi...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/reader_buffer.js
aws/lti-middleware/node_modules/protobufjs/src/reader_buffer.js
"use strict"; module.exports = BufferReader; // extends Reader var Reader = require("./reader"); (BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader; var util = require("./util/minimal"); /** * Constructs a new buffer reader instance. * @classdesc Wire format reader using node buf...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/index-light.js
aws/lti-middleware/node_modules/protobufjs/src/index-light.js
"use strict"; var protobuf = module.exports = require("./index-minimal"); protobuf.build = "light"; /** * A node-style callback as used by {@link load} and {@link Root#load}. * @typedef LoadCallback * @type {function} * @param {Error|null} error Error, if any, otherwise `null` * @param {Root} [root] Root, if the...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/rpc.js
aws/lti-middleware/node_modules/protobufjs/src/rpc.js
"use strict"; /** * Streaming RPC helpers. * @namespace */ var rpc = exports; /** * RPC implementation passed to {@link Service#create} performing a service request on network level, i.e. by utilizing http requests or websockets. * @typedef RPCImpl * @type {function} * @param {Method|rpc.ServiceMethod<Message<...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/index.js
aws/lti-middleware/node_modules/protobufjs/src/index.js
"use strict"; var protobuf = module.exports = require("./index-light"); protobuf.build = "full"; // Parser protobuf.tokenize = require("./tokenize"); protobuf.parse = require("./parse"); protobuf.common = require("./common"); // Configure parser protobuf.Root._configure(protobuf.Type, pr...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/type.js
aws/lti-middleware/node_modules/protobufjs/src/type.js
"use strict"; module.exports = Type; // extends Namespace var Namespace = require("./namespace"); ((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type"; var Enum = require("./enum"), OneOf = require("./oneof"), Field = require("./field"), MapField = re...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/service.js
aws/lti-middleware/node_modules/protobufjs/src/service.js
"use strict"; module.exports = Service; // extends Namespace var Namespace = require("./namespace"); ((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service"; var Method = require("./method"), util = require("./util"), rpc = require("./rpc"); /** * Construc...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/parse.js
aws/lti-middleware/node_modules/protobufjs/src/parse.js
"use strict"; module.exports = parse; parse.filename = null; parse.defaults = { keepCase: false }; var tokenize = require("./tokenize"), Root = require("./root"), Type = require("./type"), Field = require("./field"), MapField = require("./mapfield"), OneOf = require("./oneof"),...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/method.js
aws/lti-middleware/node_modules/protobufjs/src/method.js
"use strict"; module.exports = Method; // extends ReflectionObject var ReflectionObject = require("./object"); ((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method"; var util = require("./util"); /** * Constructs a new service method instance. * @classdesc Refle...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/root.js
aws/lti-middleware/node_modules/protobufjs/src/root.js
"use strict"; module.exports = Root; // extends Namespace var Namespace = require("./namespace"); ((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root"; var Field = require("./field"), Enum = require("./enum"), OneOf = require("./oneof"), util = require("....
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/oneof.js
aws/lti-middleware/node_modules/protobufjs/src/oneof.js
"use strict"; module.exports = OneOf; // extends ReflectionObject var ReflectionObject = require("./object"); ((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf"; var Field = require("./field"), util = require("./util"); /** * Constructs a new oneof instance....
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/object.js
aws/lti-middleware/node_modules/protobufjs/src/object.js
"use strict"; module.exports = ReflectionObject; ReflectionObject.className = "ReflectionObject"; var util = require("./util"); var Root; // cyclic /** * Constructs a new reflection object instance. * @classdesc Base class of all reflection objects. * @constructor * @param {string} name Object name * @param {O...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/decoder.js
aws/lti-middleware/node_modules/protobufjs/src/decoder.js
"use strict"; module.exports = decoder; var Enum = require("./enum"), types = require("./types"), util = require("./util"); function missing(field) { return "missing required '" + field.name + "'"; } /** * Generates a decoder specific to the specified message type. * @param {Type} mtype Message...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/common.js
aws/lti-middleware/node_modules/protobufjs/src/common.js
"use strict"; module.exports = common; var commonRe = /\/|\./; /** * Provides common type definitions. * Can also be used to provide additional google types or your own custom types. * @param {string} name Short name as in `google/protobuf/[name].proto` or full file name * @param {Object.<string,*>} json JSON def...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/mapfield.js
aws/lti-middleware/node_modules/protobufjs/src/mapfield.js
"use strict"; module.exports = MapField; // extends Field var Field = require("./field"); ((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField"; var types = require("./types"), util = require("./util"); /** * Constructs a new map field instance. * @classdesc...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/converter.js
aws/lti-middleware/node_modules/protobufjs/src/converter.js
"use strict"; /** * Runtime message from/to plain object converters. * @namespace */ var converter = exports; var Enum = require("./enum"), util = require("./util"); /** * Generates a partial value fromObject conveter. * @param {Codegen} gen Codegen instance * @param {Field} field Reflected field * @param ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/wrappers.js
aws/lti-middleware/node_modules/protobufjs/src/wrappers.js
"use strict"; /** * Wrappers for common types. * @type {Object.<string,IWrapper>} * @const */ var wrappers = exports; var Message = require("./message"); /** * From object converter part of an {@link IWrapper}. * @typedef WrapperFromObjectConverter * @type {function} * @param {Object.<string,*>} object Plain...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/message.js
aws/lti-middleware/node_modules/protobufjs/src/message.js
"use strict"; module.exports = Message; var util = require("./util/minimal"); /** * Constructs a new message instance. * @classdesc Abstract runtime message. * @constructor * @param {Properties<T>} [properties] Properties to set * @template T extends object = object */ function Message(properties) { // not ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/encoder.js
aws/lti-middleware/node_modules/protobufjs/src/encoder.js
"use strict"; module.exports = encoder; var Enum = require("./enum"), types = require("./types"), util = require("./util"); /** * Generates a partial message type encoder. * @param {Codegen} gen Codegen instance * @param {Field} field Reflected field * @param {number} fieldIndex Field index * ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/writer.js
aws/lti-middleware/node_modules/protobufjs/src/writer.js
"use strict"; module.exports = Writer; var util = require("./util/minimal"); var BufferWriter; // cyclic var LongBits = util.LongBits, base64 = util.base64, utf8 = util.utf8; /** * Constructs a new writer operation instance. * @classdesc Scheduled writer operation. * @constructor * @param ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/util.js
aws/lti-middleware/node_modules/protobufjs/src/util.js
"use strict"; /** * Various utility functions. * @namespace */ var util = module.exports = require("./util/minimal"); var roots = require("./roots"); var Type, // cyclic Enum; util.codegen = require("@protobufjs/codegen"); util.fetch = require("@protobufjs/fetch"); util.path = require("@protobufjs/path"...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/verifier.js
aws/lti-middleware/node_modules/protobufjs/src/verifier.js
"use strict"; module.exports = verifier; var Enum = require("./enum"), util = require("./util"); function invalid(field, expected) { return field.name + ": " + expected + (field.repeated && expected !== "array" ? "[]" : field.map && expected !== "object" ? "{k:"+field.keyType+"}" : "") + " expected"...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/util/longbits.js
aws/lti-middleware/node_modules/protobufjs/src/util/longbits.js
"use strict"; module.exports = LongBits; var util = require("../util/minimal"); /** * Constructs new long bits. * @classdesc Helper class for working with the low and high bits of a 64 bit value. * @memberof util * @constructor * @param {number} lo Low 32 bits, unsigned * @param {number} hi High 32 bits, unsign...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/util/minimal.js
aws/lti-middleware/node_modules/protobufjs/src/util/minimal.js
"use strict"; var util = exports; // used to return a Promise where callback is omitted util.asPromise = require("@protobufjs/aspromise"); // converts to / from base64 encoded strings util.base64 = require("@protobufjs/base64"); // base class of rpc.Service util.EventEmitter = require("@protobufjs/eventemitter"); /...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/src/rpc/service.js
aws/lti-middleware/node_modules/protobufjs/src/rpc/service.js
"use strict"; module.exports = Service; var util = require("../util/minimal"); // Extends EventEmitter (Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service; /** * A service method callback as used by {@link rpc.ServiceMethod|ServiceMethod}. * * Differs from {@link RPCImplCallback...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/ext/descriptor/index.js
aws/lti-middleware/node_modules/protobufjs/ext/descriptor/index.js
"use strict"; var $protobuf = require("../.."); module.exports = exports = $protobuf.descriptor = $protobuf.Root.fromJSON(require("../../google/protobuf/descriptor.json")).lookup(".google.protobuf"); var Namespace = $protobuf.Namespace, Root = $protobuf.Root, Enum = $protobuf.Enum, Type = $p...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/ext/descriptor/test.js
aws/lti-middleware/node_modules/protobufjs/ext/descriptor/test.js
/*eslint-disable no-console*/ "use strict"; var protobuf = require("../../"), descriptor = require("."); /* var proto = { nested: { Message: { fields: { foo: { type: "string", id: 1 } }, nested...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/ext/debug/index.js
aws/lti-middleware/node_modules/protobufjs/ext/debug/index.js
"use strict"; var protobuf = require("../.."); /** * Debugging utility functions. Only present in debug builds. * @namespace */ var debug = protobuf.debug = module.exports = {}; var codegen = protobuf.util.codegen; var debugFnRe = /function ([^(]+)\(([^)]*)\) {/g; // Counts number of calls to any generated funct...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/protobuf.min.js
aws/lti-middleware/node_modules/protobufjs/dist/protobuf.min.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:46 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/protobuf.js
aws/lti-middleware/node_modules/protobufjs/dist/protobuf.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:44 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ (function(undefined){"use strict";(function prelude(modules, cache, entries) { // This is the prelude used to bundle ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/light/protobuf.min.js
aws/lti-middleware/node_modules/protobufjs/dist/light/protobuf.min.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:46 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/light/protobuf.js
aws/lti-middleware/node_modules/protobufjs/dist/light/protobuf.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:44 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ (function(undefined){"use strict";(function prelude(modules, cache, entries) { // This is the prelude used to bundle ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/minimal/protobuf.min.js
aws/lti-middleware/node_modules/protobufjs/dist/minimal/protobuf.min.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:45 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ !function(g){"use strict";var r,u,t,n;r={1:[function(t,n,i){n.exports=function(t,n){var i=Array(arguments.length-1),s=0,r=...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/dist/minimal/protobuf.js
aws/lti-middleware/node_modules/protobufjs/dist/minimal/protobuf.js
/*! * protobuf.js v6.11.0 (c) 2016, daniel wirtz * compiled thu, 29 apr 2021 02:20:44 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ (function(undefined){"use strict";(function prelude(modules, cache, entries) { // This is the prelude used to bundle ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/index.js
aws/lti-middleware/node_modules/protobufjs/cli/index.js
"use strict"; exports.pbjs = require("./pbjs"); exports.pbts = require("./pbts");
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/pbjs.js
aws/lti-middleware/node_modules/protobufjs/cli/pbjs.js
"use strict"; var path = require("path"), fs = require("fs"), pkg = require("./package.json"), util = require("./util"); util.setup(); var protobuf = require(util.pathToProtobufJs), minimist = require("minimist"), chalk = require("chalk"), glob = require("glob"); var...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/util.js
aws/lti-middleware/node_modules/protobufjs/cli/util.js
"use strict"; var fs = require("fs"), path = require("path"), child_process = require("child_process"); var semver; try { // installed as a peer dependency require.resolve("protobufjs"); exports.pathToProtobufJs = "protobufjs"; } catch (e) { // local development, i.e. forke...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/pbts.js
aws/lti-middleware/node_modules/protobufjs/cli/pbts.js
"use strict"; var child_process = require("child_process"), path = require("path"), fs = require("fs"), pkg = require("./package.json"), util = require("./util"); util.setup(); var minimist = require("minimist"), chalk = require("chalk"), glob = require("glob"), t...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/proto2.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/proto2.js
"use strict"; module.exports = proto2_target; var protobuf = require("../.."); proto2_target.description = "Protocol Buffers, Version 2"; function proto2_target(root, options, callback) { require("./proto")(root, protobuf.util.merge(options, { syntax: "proto2" }), callback); }
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/proto3.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/proto3.js
"use strict"; module.exports = proto3_target; var protobuf = require("../.."); proto3_target.description = "Protocol Buffers, Version 3"; function proto3_target(root, options, callback) { require("./proto")(root, protobuf.util.merge(options, { syntax: "proto3" }), callback); }
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/json-module.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/json-module.js
"use strict"; module.exports = json_module; var util = require("../util"); var protobuf = require("../.."); json_module.description = "JSON representation as a module"; function jsonSafeProp(json) { return json.replace(/^( +)"(\w+)":/mg, function($0, $1, $2) { return protobuf.util.safeProp($2).charAt(0)...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/static-module.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/static-module.js
"use strict"; module.exports = static_module_target; // - The default wrapper supports AMD, CommonJS and the global scope (as window.root), in this order. // - You can specify a custom wrapper with the --wrap argument. // - CommonJS modules depend on the minimal build for reduced package size with browserify. // - AMD...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/proto.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/proto.js
"use strict"; module.exports = proto_target; proto_target.private = true; var protobuf = require("../.."); var Namespace = protobuf.Namespace, Enum = protobuf.Enum, Type = protobuf.Type, Field = protobuf.Field, OneOf = protobuf.OneOf, Service = protobuf.Service, Meth...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/json.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/json.js
"use strict"; module.exports = json_target; json_target.description = "JSON representation"; function json_target(root, options, callback) { callback(null, JSON.stringify(root, null, 2)); }
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/targets/static.js
aws/lti-middleware/node_modules/protobufjs/cli/targets/static.js
"use strict"; module.exports = static_target; var protobuf = require("../.."), UglifyJS = require("uglify-js"), espree = require("espree"), escodegen = require("escodegen"), estraverse = require("estraverse"); var Type = protobuf.Type, Service = protobuf.Service, Enum = pr...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/wrappers/closure.js
aws/lti-middleware/node_modules/protobufjs/cli/wrappers/closure.js
(function($protobuf) { "use strict"; $OUTPUT; return $root; })(protobuf);
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/wrappers/commonjs.js
aws/lti-middleware/node_modules/protobufjs/cli/wrappers/commonjs.js
"use strict"; var $protobuf = require($DEPENDENCY); $OUTPUT; module.exports = $root;
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/wrappers/default.js
aws/lti-middleware/node_modules/protobufjs/cli/wrappers/default.js
(function(global, factory) { /* global define, require, module */ /* AMD */ if (typeof define === 'function' && define.amd) define([$DEPENDENCY], factory); /* CommonJS */ else if (typeof require === 'function' && typeof module === 'object' && module && module.exports) module.exports = factory(...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/wrappers/amd.js
aws/lti-middleware/node_modules/protobufjs/cli/wrappers/amd.js
define([$DEPENDENCY], function($protobuf) { "use strict"; $OUTPUT; return $root; });
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/wrappers/es6.js
aws/lti-middleware/node_modules/protobufjs/cli/wrappers/es6.js
import * as $protobuf from $DEPENDENCY; $OUTPUT; export { $root as default };
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/lib/tsd-jsdoc/publish.js
aws/lti-middleware/node_modules/protobufjs/cli/lib/tsd-jsdoc/publish.js
"use strict"; var fs = require("fs"); // output stream var out = null; // documentation data var data = null; // already handled objects, by name var seen = {}; // indentation level var indent = 0; // whether indent has been written for the current line yet var indentWritten = false; // provided options var opti...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/protobufjs/cli/lib/tsd-jsdoc/plugin.js
aws/lti-middleware/node_modules/protobufjs/cli/lib/tsd-jsdoc/plugin.js
"use strict"; exports.defineTags = function(dictionary) { dictionary.defineTag("template", { mustHaveValue: true, canHaveType: false, canHaveName: false, onTagged: function(doclet, tag) { (doclet.templates || (doclet.templates = [])).push(tag.text); } }); ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/escape-html/index.js
aws/lti-middleware/node_modules/escape-html/index.js
/*! * escape-html * Copyright(c) 2012-2013 TJ Holowaychuk * Copyright(c) 2015 Andreas Lubbe * Copyright(c) 2015 Tiancheng "Timothy" Gu * MIT Licensed */ 'use strict'; /** * Module variables. * @private */ var matchHtmlRegExp = /["'&<>]/; /** * Module exports. * @public */ module.exports = escapeHtml; ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/decode.js
aws/lti-middleware/node_modules/jsonwebtoken/decode.js
var jws = require('jws'); module.exports = function (jwt, options) { options = options || {}; var decoded = jws.decode(jwt, options); if (!decoded) { return null; } var payload = decoded.payload; //try parse the payload if(typeof payload === 'string') { try { var obj = JSON.parse(payload); ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/index.js
aws/lti-middleware/node_modules/jsonwebtoken/index.js
module.exports = { decode: require('./decode'), verify: require('./verify'), sign: require('./sign'), JsonWebTokenError: require('./lib/JsonWebTokenError'), NotBeforeError: require('./lib/NotBeforeError'), TokenExpiredError: require('./lib/TokenExpiredError'), };
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/verify.js
aws/lti-middleware/node_modules/jsonwebtoken/verify.js
var JsonWebTokenError = require('./lib/JsonWebTokenError'); var NotBeforeError = require('./lib/NotBeforeError'); var TokenExpiredError = require('./lib/TokenExpiredError'); var decode = require('./decode'); var timespan = require('./lib/timespan'); var PS_SUPPORTED = require('./lib/psSuppor...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/sign.js
aws/lti-middleware/node_modules/jsonwebtoken/sign.js
var timespan = require('./lib/timespan'); var PS_SUPPORTED = require('./lib/psSupported'); var jws = require('jws'); var includes = require('lodash.includes'); var isBoolean = require('lodash.isboolean'); var isInteger = require('lodash.isinteger'); var isNumber = require('lodash.isnumber'); var isPlainObject = require...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/node_modules/ms/index.js
aws/lti-middleware/node_modules/jsonwebtoken/node_modules/ms/index.js
/** * Helpers. */ var s = 1000; var m = s * 60; var h = m * 60; var d = h * 24; var w = d * 7; var y = d * 365.25; /** * Parse or format the given `val`. * * Options: * * - `long` verbose formatting [false] * * @param {String|Number} val * @param {Object} [options] * @throws {Error} throw an error if val ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/lib/psSupported.js
aws/lti-middleware/node_modules/jsonwebtoken/lib/psSupported.js
var semver = require('semver'); module.exports = semver.satisfies(process.version, '^6.12.0 || >=8.0.0');
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/lib/timespan.js
aws/lti-middleware/node_modules/jsonwebtoken/lib/timespan.js
var ms = require('ms'); module.exports = function (time, iat) { var timestamp = iat || Math.floor(Date.now() / 1000); if (typeof time === 'string') { var milliseconds = ms(time); if (typeof milliseconds === 'undefined') { return; } return Math.floor(timestamp + milliseconds / 1000); } else...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/lib/TokenExpiredError.js
aws/lti-middleware/node_modules/jsonwebtoken/lib/TokenExpiredError.js
var JsonWebTokenError = require('./JsonWebTokenError'); var TokenExpiredError = function (message, expiredAt) { JsonWebTokenError.call(this, message); this.name = 'TokenExpiredError'; this.expiredAt = expiredAt; }; TokenExpiredError.prototype = Object.create(JsonWebTokenError.prototype); TokenExpiredError.prot...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/lib/JsonWebTokenError.js
aws/lti-middleware/node_modules/jsonwebtoken/lib/JsonWebTokenError.js
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.pr...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/jsonwebtoken/lib/NotBeforeError.js
aws/lti-middleware/node_modules/jsonwebtoken/lib/NotBeforeError.js
var JsonWebTokenError = require('./JsonWebTokenError'); var NotBeforeError = function (message, date) { JsonWebTokenError.call(this, message); this.name = 'NotBeforeError'; this.date = date; }; NotBeforeError.prototype = Object.create(JsonWebTokenError.prototype); NotBeforeError.prototype.constructor = NotBefo...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/tr46/index.js
aws/lti-middleware/node_modules/tr46/index.js
"use strict"; var punycode = require("punycode"); var mappingTable = require("./lib/mappingTable.json"); var PROCESSING_OPTIONS = { TRANSITIONAL: 0, NONTRANSITIONAL: 1 }; function normalize(str) { // fix bug in v8 return str.split('\u0000').map(function (s) { return s.normalize('NFC'); }).join('\u0000'); } fu...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/@codegenie/serverless-express/index.js
aws/lti-middleware/node_modules/@codegenie/serverless-express/index.js
'use strict' module.exports = require('./src/index')
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/@codegenie/serverless-express/middleware.js
aws/lti-middleware/node_modules/@codegenie/serverless-express/middleware.js
'use strict' module.exports = require('./src/middleware')
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/@codegenie/serverless-express/src/index.js
aws/lti-middleware/node_modules/@codegenie/serverless-express/src/index.js
'use strict' const http = require('http') const url = require('url') const binarycase = require('binary-case') const isType = require('type-is') function getPathWithQueryStringParams (event) { return url.format({ pathname: event.path, query: event.queryStringParameters }) } function getEventBody (event) { return B...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/@codegenie/serverless-express/src/middleware.js
aws/lti-middleware/node_modules/@codegenie/serverless-express/src/middleware.js
module.exports.eventContext = options => function apiGatewayEventParser (req, res, next) { options = options || {} // defaults: {reqPropKey: 'apiGateway', deleteHeaders: true} const reqPropKey = options.reqPropKey || 'apiGateway' const deleteHeaders = options.deleteHeaders === undefined ? true : options.deleteHea...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/json-bigint/index.js
aws/lti-middleware/node_modules/json-bigint/index.js
var json_stringify = require('./lib/stringify.js').stringify; var json_parse = require('./lib/parse.js'); module.exports = function(options) { return { parse: json_parse(options), stringify: json_stringify } }; //create the default method members with no options applied for backwards compa...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/json-bigint/lib/parse.js
aws/lti-middleware/node_modules/json-bigint/lib/parse.js
var BigNumber = null; // regexpxs extracted from // (c) BSD-3-Clause // https://github.com/fastify/secure-json-parse/graphs/contributors and https://github.com/hapijs/bourne/graphs/contributors const suspectProtoRx = /(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[F...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/json-bigint/lib/stringify.js
aws/lti-middleware/node_modules/json-bigint/lib/stringify.js
var BigNumber = require('bignumber.js'); /* json2.js 2013-05-26 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html USE YOUR OWN COPY. ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/once/once.js
aws/lti-middleware/node_modules/once/once.js
var wrappy = require('wrappy') module.exports = wrappy(once) module.exports.strict = wrappy(onceStrict) once.proto = once(function () { Object.defineProperty(Function.prototype, 'once', { value: function () { return once(this) }, configurable: true }) Object.defineProperty(Function.prototype, ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/inherits/inherits_browser.js
aws/lti-middleware/node_modules/inherits/inherits_browser.js
if (typeof Object.create === 'function') { // implementation from standard node.js 'util' module module.exports = function inherits(ctor, superCtor) { if (superCtor) { ctor.super_ = superCtor ctor.prototype = Object.create(superCtor.prototype, { constructor: { value: ctor, ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/inherits/inherits.js
aws/lti-middleware/node_modules/inherits/inherits.js
try { var util = require('util'); /* istanbul ignore next */ if (typeof util.inherits !== 'function') throw ''; module.exports = util.inherits; } catch (e) { /* istanbul ignore next */ module.exports = require('./inherits_browser.js'); }
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket.js
// API references: // // * https://html.spec.whatwg.org/multipage/comms.html#network // * https://dom.spec.whatwg.org/#interface-eventtarget // * https://dom.spec.whatwg.org/#interface-event 'use strict'; var util = require('util'), driver = require('websocket-driver'), API = require('./websocket/api'); ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/eventsource.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/eventsource.js
'use strict'; var Stream = require('stream').Stream, util = require('util'), driver = require('websocket-driver'), Headers = require('websocket-driver/lib/websocket/driver/headers'), API = require('./websocket/api'), EventTarget = require('./websocket/api/event_target')...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api.js
'use strict'; var Stream = require('stream').Stream, util = require('util'), driver = require('websocket-driver'), EventTarget = require('./api/event_target'), Event = require('./api/event'); var API = function(options) { options = options || {}; driver.validateOptions(optio...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/client.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/client.js
'use strict'; var util = require('util'), net = require('net'), tls = require('tls'), url = require('url'), driver = require('websocket-driver'), API = require('./api'), Event = require('./api/event'); var DEFAULT_PORTS = { 'http:': 80, 'https:': 443, 'ws:':80, 'wss:': 443 },...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api/event_target.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api/event_target.js
'use strict'; var Event = require('./event'); var EventTarget = { onopen: null, onmessage: null, onerror: null, onclose: null, addEventListener: function(eventType, listener, useCapture) { this.on(eventType, listener); }, removeEventListener: function(eventType, listener, useCapture) { ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api/event.js
aws/lti-middleware/node_modules/faye-websocket/lib/faye/websocket/api/event.js
'use strict'; var Event = function(eventType, options) { this.type = eventType; for (var key in options) this[key] = options[key]; }; Event.prototype.initEvent = function(eventType, canBubble, cancelable) { this.type = eventType; this.bubbles = canBubble; this.cancelable = cancelable; }; Event...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jws/index.js
aws/lti-middleware/node_modules/gtoken/node_modules/jws/index.js
/*global exports*/ var SignStream = require('./lib/sign-stream'); var VerifyStream = require('./lib/verify-stream'); var ALGORITHMS = [ 'HS256', 'HS384', 'HS512', 'RS256', 'RS384', 'RS512', 'PS256', 'PS384', 'PS512', 'ES256', 'ES384', 'ES512' ]; exports.ALGORITHMS = ALGORITHMS; exports.sign = SignStream.sign;...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/tostring.js
aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/tostring.js
/*global module*/ var Buffer = require('buffer').Buffer; module.exports = function toString(obj) { if (typeof obj === 'string') return obj; if (typeof obj === 'number' || Buffer.isBuffer(obj)) return obj.toString(); return JSON.stringify(obj); };
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/sign-stream.js
aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/sign-stream.js
/*global module*/ var Buffer = require('safe-buffer').Buffer; var DataStream = require('./data-stream'); var jwa = require('jwa'); var Stream = require('stream'); var toString = require('./tostring'); var util = require('util'); function base64url(string, encoding) { return Buffer .from(string, encoding) .to...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/data-stream.js
aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/data-stream.js
/*global module, process*/ var Buffer = require('safe-buffer').Buffer; var Stream = require('stream'); var util = require('util'); function DataStream(data) { this.buffer = null; this.writable = true; this.readable = true; // No input if (!data) { this.buffer = Buffer.alloc(0); return this; } /...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/verify-stream.js
aws/lti-middleware/node_modules/gtoken/node_modules/jws/lib/verify-stream.js
/*global module*/ var Buffer = require('safe-buffer').Buffer; var DataStream = require('./data-stream'); var jwa = require('jwa'); var Stream = require('stream'); var toString = require('./tostring'); var util = require('util'); var JWS_REGEX = /^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/; function isObj...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/jwa/index.js
aws/lti-middleware/node_modules/gtoken/node_modules/jwa/index.js
var bufferEqual = require('buffer-equal-constant-time'); var Buffer = require('safe-buffer').Buffer; var crypto = require('crypto'); var formatEcdsa = require('ecdsa-sig-formatter'); var util = require('util'); var MSG_INVALID_ALGORITHM = '"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384"...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/index.js
aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/index.js
"use strict"; // Copyright 2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/common.js
aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/common.js
"use strict"; // Copyright 2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/gaxios.js
aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/gaxios.js
"use strict"; // Copyright 2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/retry.js
aws/lti-middleware/node_modules/gtoken/node_modules/gaxios/build/src/retry.js
"use strict"; // Copyright 2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/lti-middleware/node_modules/gtoken/build/src/index.js
aws/lti-middleware/node_modules/gtoken/build/src/index.js
"use strict"; // Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false