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/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/index.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/index.js | export * from "./EventStreamCodec";
export * from "./HeaderMarshaller";
export * from "./Int64";
export * from "./Message";
export * from "./MessageDecoderStream";
export * from "./MessageEncoderStream";
export * from "./SmithyMessageDecoderStream";
export * from "./SmithyMessageEncoderStream";
| javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/Int64.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/Int64.js | import { toHex } from "@smithy/util-hex-encoding";
export class Int64 {
constructor(bytes) {
this.bytes = bytes;
if (bytes.byteLength !== 8) {
throw new Error("Int64 buffers must be exactly 8 bytes");
}
}
static fromNumber(number) {
if (number > 922337203685477600... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js | export class SmithyMessageDecoderStream {
constructor(options) {
this.options = options;
}
[Symbol.asyncIterator]() {
return this.asyncIterator();
}
async *asyncIterator() {
for await (const message of this.options.messageStream) {
const deserialized = await this.... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js | export class SmithyMessageEncoderStream {
constructor(options) {
this.options = options;
}
[Symbol.asyncIterator]() {
return this.asyncIterator();
}
async *asyncIterator() {
for await (const chunk of this.options.inputStream) {
const payloadBuf = this.options.seri... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js | export class MessageDecoderStream {
constructor(options) {
this.options = options;
}
[Symbol.asyncIterator]() {
return this.asyncIterator();
}
async *asyncIterator() {
for await (const bytes of this.options.inputStream) {
const decoded = this.options.decoder.decod... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/Message.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/Message.js | export {};
| javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js | import { Int64 } from "./Int64";
export const vectors = {
all_headers: {
expectation: "success",
encoded: Uint8Array.from([
0, 0, 0, 204, 0, 0, 0, 175, 15, 174, 100, 202, 10, 101, 118, 101, 110, 116, 45, 116, 121, 112, 101, 4, 0, 0, 160,
12, 12, 99, 111, 110, 116, 101, 110, 1... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js | aws/aiHintGeneration/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js | import { Crc32 } from "@aws-crypto/crc32";
const PRELUDE_MEMBER_LENGTH = 4;
const PRELUDE_LENGTH = PRELUDE_MEMBER_LENGTH * 2;
const CHECKSUM_LENGTH = 4;
const MINIMUM_MESSAGE_LENGTH = PRELUDE_LENGTH + CHECKSUM_LENGTH * 2;
export function splitMessage({ byteLength, byteOffset, buffer }) {
if (byteLength < MINIMUM_ME... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/index.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/index.js | var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
var __export = (target, all) =>... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/constants.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/constants.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js | import { toHex } from "@smithy/util-hex-encoding";
import { normalizeProvider } from "@smithy/util-middleware";
import { escapeUri } from "@smithy/util-uri-escape";
import { toUint8Array } from "@smithy/util-utf8";
import { ALGORITHM_IDENTIFIER, ALGORITHM_QUERY_PARAM, AMZ_DATE_HEADER, AMZ_DATE_QUERY_PARAM, AUTH_HEADER,... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js | import { ALWAYS_UNSIGNABLE_HEADERS, PROXY_HEADER_PATTERN, SEC_HEADER_PATTERN } from "./constants";
export const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => {
const canonical = {};
for (const headerName of Object.keys(headers).sort()) {
if (headers[headerName] == undefined)... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js | import { HttpRequest } from "@smithy/protocol-http";
export const moveHeadersToQuery = (request, options = {}) => {
const { headers, query = {} } = HttpRequest.clone(request);
for (const name of Object.keys(headers)) {
const lname = name.toLowerCase();
if ((lname.slice(0, 6) === "x-amz-" && !opt... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js | import { isArrayBuffer } from "@smithy/is-array-buffer";
import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
import { SHA256_HEADER, UNSIGNED_PAYLOAD } from "./constants";
export const getPayloadHash = async ({ headers, body }, hashConstructor) => {
for (const header... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js | export const region = "us-east-1";
export const service = "service";
export const credentials = {
accessKeyId: "AKIDEXAMPLE",
secretAccessKey: "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY",
};
export const signingDate = new Date("2015-08-30T12:36:00Z");
export const requests = [
{
name: "get-header-key... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/utilDate.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/utilDate.js | export const iso8601 = (time) => toDate(time)
.toISOString()
.replace(/\.\d{3}Z$/, "Z");
export const toDate = (time) => {
if (typeof time === "number") {
return new Date(time * 1000);
}
if (typeof time === "string") {
if (Number(time)) {
return new Date(Number(time) * 10... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/headerUtil.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/headerUtil.js | export const hasHeader = (soughtHeader, headers) => {
soughtHeader = soughtHeader.toLowerCase();
for (const headerName of Object.keys(headers)) {
if (soughtHeader === headerName.toLowerCase()) {
return true;
}
}
return false;
};
export const getHeaderValue = (soughtHeader, he... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/index.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/index.js | export * from "./SignatureV4";
export { getCanonicalHeaders } from "./getCanonicalHeaders";
export { getCanonicalQuery } from "./getCanonicalQuery";
export { getPayloadHash } from "./getPayloadHash";
export { moveHeadersToQuery } from "./moveHeadersToQuery";
export { prepareRequest } from "./prepareRequest";
export * f... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/constants.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/constants.js | export const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
export const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
export const AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
export const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
export const EXPIRES_QUERY_PARAM = "X-Amz-Expires";
export const SIGNATURE_QUERY_PARAM = "X... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js | import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
import { KEY_TYPE_IDENTIFIER, MAX_CACHE_SIZE } from "./constants";
const signingKeyCache = {};
const cacheQueue = [];
export const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_T... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js | import { fromHex, toHex } from "@smithy/util-hex-encoding";
import { fromUtf8 } from "@smithy/util-utf8";
export class HeaderFormatter {
format(headers) {
const chunks = [];
for (const headerName of Object.keys(headers)) {
const bytes = fromUtf8(headerName);
chunks.push(Uint8... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js | import { HttpRequest } from "@smithy/protocol-http";
import { GENERATED_HEADERS } from "./constants";
export const prepareRequest = (request) => {
request = HttpRequest.clone(request);
for (const headerName of Object.keys(request.headers)) {
if (GENERATED_HEADERS.indexOf(headerName.toLowerCase()) > -1) ... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js | aws/aiHintGeneration/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js | import { escapeUri } from "@smithy/util-uri-escape";
import { SIGNATURE_HEADER } from "./constants";
export const getCanonicalQuery = ({ query = {} }) => {
const keys = [];
const serialized = {};
for (const key of Object.keys(query)) {
if (key.toLowerCase() === SIGNATURE_HEADER) {
contin... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/uri.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/uri.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/shapes.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/shapes.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/waiter.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/waiter.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/index.js | var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
var __export = (target, all) =>... | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/middleware.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/middleware.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/http.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/http.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/checksum.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/checksum.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/serde.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/serde.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/crypto.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/crypto.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/logger.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/logger.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/eventStream.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/eventStream.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/feature-ids.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/feature-ids.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transfer.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transfer.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/encode.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/encode.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoint.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoint.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/client.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/client.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/retry.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/retry.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/stream.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/stream.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/abort.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/abort.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/abort-handler.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/abort-handler.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/profile.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/profile.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/util.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/util.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/command.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/command.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/pagination.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/pagination.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/response.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/response.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/signature.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/signature.js | module.exports = require("./index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/index.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/auth.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/auth.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/index.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/checksum.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/checksum.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/retry.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/retry.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/index.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/shared.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/shared.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/index.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/pool.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/pool.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/manager.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/manager.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/config.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/connection/config.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/type-transform.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/type-transform.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/exact.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/exact.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/identity.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/identity.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/index.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/index.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js | module.exports = require("../../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js | module.exports = require("../index.js"); | javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
CAHLR/OATutor | https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/@smithy/types/dist-es/uri.js | aws/aiHintGeneration/node_modules/@smithy/types/dist-es/uri.js | export {};
| javascript | MIT | 10a5baf153a505267af8045b05c217b4be6bd8b4 | 2026-01-05T03:39:09.711315Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.