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/openai/resources/uploads/uploads.js
aws/aiHintGeneration/node_modules/openai/resources/uploads/uploads.js
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ?...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/ms/index.js
aws/aiHintGeneration/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/aiHintGeneration/node_modules/bowser/es5.js
aws/aiHintGeneration/node_modules/bowser/es5.js
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.bowser=t():e.bowser=t()}(this,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/bundled.js
aws/aiHintGeneration/node_modules/bowser/bundled.js
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.bowser=n():t.bowser=n()}(this,(function(){return function(t){var n={};function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/parser-engines.js
aws/aiHintGeneration/node_modules/bowser/src/parser-engines.js
import Utils from './utils.js'; import { ENGINE_MAP } from './constants.js'; /* * More specific goes first */ export default [ /* EdgeHTML */ { test(parser) { return parser.getBrowserName(true) === 'microsoft edge'; }, describe(ua) { const isBlinkBased = /\sedg\//i.test(ua); // ret...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/parser-browsers.js
aws/aiHintGeneration/node_modules/bowser/src/parser-browsers.js
/** * Browsers' descriptors * * The idea of descriptors is simple. You should know about them two simple things: * 1. Every descriptor has a method or property called `test` and a `describe` method. * 2. Order of descriptors is important. * * More details: * 1. Method or property `test` serves as a way to detec...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/bowser.js
aws/aiHintGeneration/node_modules/bowser/src/bowser.js
/*! * Bowser - a browser detector * https://github.com/lancedikson/bowser * MIT License | (c) Dustin Diaz 2012-2015 * MIT License | (c) Denis Demchenko 2015-2019 */ import Parser from './parser.js'; import { BROWSER_MAP, ENGINE_MAP, OS_MAP, PLATFORMS_MAP, } from './constants.js'; /** * Bowser class. * K...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/constants.js
aws/aiHintGeneration/node_modules/bowser/src/constants.js
// NOTE: this list must be up-to-date with browsers listed in // test/acceptance/useragentstrings.yml export const BROWSER_ALIASES_MAP = { 'Amazon Silk': 'amazon_silk', 'Android Browser': 'android', Bada: 'bada', BlackBerry: 'blackberry', Chrome: 'chrome', Chromium: 'chromium', Electron: 'electron', Epi...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/parser-platforms.js
aws/aiHintGeneration/node_modules/bowser/src/parser-platforms.js
import Utils from './utils.js'; import { PLATFORMS_MAP } from './constants.js'; /* * Tablets go first since usually they have more specific * signs to detect. */ export default [ /* Googlebot */ { test: [/googlebot/i], describe() { return { type: 'bot', vendor: 'Google', }; ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/parser.js
aws/aiHintGeneration/node_modules/bowser/src/parser.js
import browserParsersList from './parser-browsers.js'; import osParsersList from './parser-os.js'; import platformParsersList from './parser-platforms.js'; import enginesParsersList from './parser-engines.js'; import Utils from './utils.js'; /** * The main class that arranges the whole parsing process. */ class Pars...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/parser-os.js
aws/aiHintGeneration/node_modules/bowser/src/parser-os.js
import Utils from './utils.js'; import { OS_MAP } from './constants.js'; export default [ /* Roku */ { test: [/Roku\/DVP/], describe(ua) { const version = Utils.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i, ua); return { name: OS_MAP.Roku, version, }; }, }, /* Windows Ph...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/bowser/src/utils.js
aws/aiHintGeneration/node_modules/bowser/src/utils.js
import { BROWSER_MAP, BROWSER_ALIASES_MAP } from './constants.js'; export default class Utils { /** * Get first matched item for a string * @param {RegExp} regexp * @param {String} ua * @return {Array|{index: number, input: string}|*|boolean|string} */ static getFirstMatch(regexp, ua) { const ma...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-manual.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-manual.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimrafManualSync = exports.rimrafManual = void 0; const platform_js_1 = __importDefault(require(...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/path-arg.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/path-arg.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); const util_1 = require("util"); const platform_js_1 = __importDefault(re...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/fix-eperm.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/fix-eperm.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fixEPERMSync = exports.fixEPERM = void 0; const fs_js_1 = require("./fs.js"); const { chmod } = fs_js_1.promises; const fixEPERM = (fn) => async (path) => { try { return await fn(path); } catch (er) { const ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-windows.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-windows.js
"use strict"; // This is the same as rimrafPosix, with the following changes: // // 1. EBUSY, ENFILE, EMFILE trigger retries and/or exponential backoff // 2. All non-directories are removed first and then all directories are // removed in a second sweep. // 3. If we hit ENOTEMPTY in the second sweep, fall back to mo...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/platform.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/platform.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = process.env.__TESTING_RIMRAF_PLATFORM__ || process.platform; //# sourceMappingURL=platform.js.map
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js
"use strict"; // https://youtu.be/uhRWMGBjlO8?t=537 // // 1. readdir // 2. for each entry // a. if a non-empty directory, recurse // b. if an empty directory, move to random hidden file name in $TEMP // c. unlink/rmdir $TEMP // // This works around the fact that unlink/rmdir is non-atomic and takes // a non-deter...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/index.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/index.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimraf = exports.sync = exports.rimrafSync = exports.moveRemove = exports.moveRemoveSync = expor...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/opt-arg.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/opt-arg.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.optArgSync = exports.optArg = exports.assertRimrafOptions = exports.isRimrafOptions = void 0; const typeOrUndef = (val, t) => typeof val === 'undefined' || typeof val === t; const isRimrafOptions = (o) => !!o && typeof o === 'objec...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/default-tmp.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/default-tmp.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultTmpSync = exports.defaultTmp = void 0; // The default temporary folder location for use i...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-native.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-native.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimrafNativeSync = exports.rimrafNative = void 0; const fs_js_1 = require("./fs.js"); const { rm } = fs_js_1.promises; const rimrafNative = async (path, opt) => { await rm(path, { ...opt, force: true, recurs...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/ignore-enoent.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/ignore-enoent.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ignoreENOENTSync = exports.ignoreENOENT = void 0; const ignoreENOENT = async (p) => p.catch(er => { if (er.code !== 'ENOENT') { throw er; } }); exports.ignoreENOENT = ignoreENOENT; const ignoreENOENTSync = (fn) => { ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/readdir-or-error.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/readdir-or-error.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readdirOrErrorSync = exports.readdirOrError = void 0; // returns an array of entries if readdir() works, // or the error that readdir() raised if not. const fs_js_1 = require("./fs.js"); const { readdir } = fs_js_1.promises; const read...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-posix.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/rimraf-posix.js
"use strict"; // the simple recursive removal, where unlink and rmdir are atomic // Note that this approach does NOT work on Windows! // We stat first and only unlink if the Dirent isn't a directory, // because sunos will let root unlink a directory, and some // SUPER weird breakage happens as a result. Object.definePr...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/retry-busy.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/retry-busy.js
"use strict"; // note: max backoff is the maximum that any *single* backoff will do Object.defineProperty(exports, "__esModule", { value: true }); exports.retryBusySync = exports.retryBusy = exports.codes = exports.MAXRETRIES = exports.RATE = exports.MAXBACKOFF = void 0; exports.MAXBACKOFF = 200; exports.RATE = 1.2; ex...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/fs.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/fs.js
"use strict"; // promisify ourselves, because older nodes don't have fs.promises var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.promises = exports.readdirSyn...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/use-native.js
aws/aiHintGeneration/node_modules/rimraf/dist/commonjs/use-native.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.useNativeSync = exports.useNative = void 0; const platform_js_1 = __importDefault(require("./pla...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-manual.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-manual.js
import platform from './platform.js'; import { rimrafPosix, rimrafPosixSync } from './rimraf-posix.js'; import { rimrafWindows, rimrafWindowsSync } from './rimraf-windows.js'; export const rimrafManual = platform === 'win32' ? rimrafWindows : rimrafPosix; export const rimrafManualSync = platform === 'win32' ? rimrafWin...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/path-arg.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/path-arg.js
import { parse, resolve } from 'path'; import { inspect } from 'util'; import platform from './platform.js'; const pathArg = (path, opt = {}) => { const type = typeof path; if (type !== 'string') { const ctor = path && type === 'object' && path.constructor; const received = ctor && ctor.name ? `...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/fix-eperm.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/fix-eperm.js
import { chmodSync, promises } from './fs.js'; const { chmod } = promises; export const fixEPERM = (fn) => async (path) => { try { return await fn(path); } catch (er) { const fer = er; if (fer?.code === 'ENOENT') { return; } if (fer?.code === 'EPERM') { ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-windows.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-windows.js
// This is the same as rimrafPosix, with the following changes: // // 1. EBUSY, ENFILE, EMFILE trigger retries and/or exponential backoff // 2. All non-directories are removed first and then all directories are // removed in a second sweep. // 3. If we hit ENOTEMPTY in the second sweep, fall back to move-remove on /...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/platform.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/platform.js
export default process.env.__TESTING_RIMRAF_PLATFORM__ || process.platform; //# sourceMappingURL=platform.js.map
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-move-remove.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-move-remove.js
// https://youtu.be/uhRWMGBjlO8?t=537 // // 1. readdir // 2. for each entry // a. if a non-empty directory, recurse // b. if an empty directory, move to random hidden file name in $TEMP // c. unlink/rmdir $TEMP // // This works around the fact that unlink/rmdir is non-atomic and takes // a non-deterministic amoun...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/index.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/index.js
import { glob, globSync } from 'glob'; import { optArg, optArgSync, } from './opt-arg.js'; import pathArg from './path-arg.js'; import { rimrafManual, rimrafManualSync } from './rimraf-manual.js'; import { rimrafMoveRemove, rimrafMoveRemoveSync } from './rimraf-move-remove.js'; import { rimrafNative, rimrafNativeSync }...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/opt-arg.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/opt-arg.js
const typeOrUndef = (val, t) => typeof val === 'undefined' || typeof val === t; export const isRimrafOptions = (o) => !!o && typeof o === 'object' && typeOrUndef(o.preserveRoot, 'boolean') && typeOrUndef(o.tmp, 'string') && typeOrUndef(o.maxRetries, 'number') && typeOrUndef(o.retryDelay, 'number') &...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/default-tmp.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/default-tmp.js
// The default temporary folder location for use in the windows algorithm. // It's TEMPting to use dirname(path), since that's guaranteed to be on the // same device. However, this means that: // rimraf(path).then(() => rimraf(dirname(path))) // will often fail with EBUSY, because the parent dir contains // marked-for...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-native.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-native.js
import { promises, rmSync } from './fs.js'; const { rm } = promises; export const rimrafNative = async (path, opt) => { await rm(path, { ...opt, force: true, recursive: true, }); return true; }; export const rimrafNativeSync = (path, opt) => { rmSync(path, { ...opt, ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/ignore-enoent.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/ignore-enoent.js
export const ignoreENOENT = async (p) => p.catch(er => { if (er.code !== 'ENOENT') { throw er; } }); export const ignoreENOENTSync = (fn) => { try { return fn(); } catch (er) { if (er?.code !== 'ENOENT') { throw er; } } }; //# sourceMappingURL=ignore-e...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/readdir-or-error.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/readdir-or-error.js
// returns an array of entries if readdir() works, // or the error that readdir() raised if not. import { promises, readdirSync } from './fs.js'; const { readdir } = promises; export const readdirOrError = (path) => readdir(path).catch(er => er); export const readdirOrErrorSync = (path) => { try { return re...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-posix.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/rimraf-posix.js
// the simple recursive removal, where unlink and rmdir are atomic // Note that this approach does NOT work on Windows! // We stat first and only unlink if the Dirent isn't a directory, // because sunos will let root unlink a directory, and some // SUPER weird breakage happens as a result. import { lstatSync, promises,...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/retry-busy.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/retry-busy.js
// note: max backoff is the maximum that any *single* backoff will do export const MAXBACKOFF = 200; export const RATE = 1.2; export const MAXRETRIES = 10; export const codes = new Set(['EMFILE', 'ENFILE', 'EBUSY']); export const retryBusy = (fn) => { const method = async (path, opt, backoff = 1, total = 0) => { ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/fs.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/fs.js
// promisify ourselves, because older nodes don't have fs.promises import fs from 'fs'; // sync ones just take the sync version from node export { chmodSync, mkdirSync, renameSync, rmdirSync, rmSync, statSync, lstatSync, unlinkSync, } from 'fs'; import { readdirSync as rdSync } from 'fs'; export const readdirSync = (pa...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/rimraf/dist/esm/use-native.js
aws/aiHintGeneration/node_modules/rimraf/dist/esm/use-native.js
import platform from './platform.js'; const version = process.env.__TESTING_RIMRAF_NODE_VERSION__ || process.version; const versArr = version.replace(/^v/, '').split('.'); /* c8 ignore start */ const [major = 0, minor = 0] = versArr.map(v => parseInt(v, 10)); /* c8 ignore stop */ const hasNative = major > 14 || (major ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/combined-stream/lib/combined_stream.js
aws/aiHintGeneration/node_modules/combined-stream/lib/combined_stream.js
var util = require('util'); var Stream = require('stream').Stream; var DelayedStream = require('delayed-stream'); module.exports = CombinedStream; function CombinedStream() { this.writable = false; this.readable = true; this.dataSize = 0; this.maxDataSize = 2 * 1024 * 1024; this.pauseStreams = true; this....
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/decode.js
aws/aiHintGeneration/node_modules/querystring/decode.js
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/index.js
aws/aiHintGeneration/node_modules/querystring/index.js
'use strict'; exports.decode = exports.parse = require('./decode'); exports.encode = exports.stringify = require('./encode');
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/encode.js
aws/aiHintGeneration/node_modules/querystring/encode.js
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/test/index.js
aws/aiHintGeneration/node_modules/querystring/test/index.js
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/test/common-index.js
aws/aiHintGeneration/node_modules/querystring/test/common-index.js
"use strict"; require("test").run(require("./index"))
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/querystring/test/tap-index.js
aws/aiHintGeneration/node_modules/querystring/test/tap-index.js
"use strict"; require("retape")(require("./index"))
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/strip-ansi-cjs/index.js
aws/aiHintGeneration/node_modules/strip-ansi-cjs/index.js
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js
aws/aiHintGeneration/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js
'use strict'; module.exports = ({onlyFirst = false} = {}) => { const pattern = [ '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))' ].join('|'); return new RegExp(pattern, onl...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/cli-boxes/index.js
aws/aiHintGeneration/node_modules/cli-boxes/index.js
'use strict'; const cliBoxes = require('./boxes.json'); module.exports = cliBoxes; // TODO: Remove this for the next major release module.exports.default = cliBoxes;
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/humanize-ms/index.js
aws/aiHintGeneration/node_modules/humanize-ms/index.js
/*! * humanize-ms - index.js * Copyright(c) 2014 dead_horse <dead_horse@qq.com> * MIT Licensed */ 'use strict'; /** * Module dependencies. */ var util = require('util'); var ms = require('ms'); module.exports = function (t) { if (typeof t === 'number') return t; var r = ms(t); if (r === undefined) { ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/ieee754/index.js
aws/aiHintGeneration/node_modules/ieee754/index.js
exports.read = function (buffer, offset, isLE, mLen, nBytes) { var e, m var eLen = (nBytes * 8) - mLen - 1 var eMax = (1 << eLen) - 1 var eBias = eMax >> 1 var nBits = -7 var i = isLE ? (nBytes - 1) : 0 var d = isLE ? -1 : 1 var s = buffer[offset + i] i += d e = s & ((1 << (-nBits)) - 1) s >>= (...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/minipass/dist/commonjs/index.js
aws/aiHintGeneration/node_modules/minipass/dist/commonjs/index.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Minipass = exports.isWritable = exports.isReadable = exports.isStream = void 0; const proc = typ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/minipass/dist/esm/index.js
aws/aiHintGeneration/node_modules/minipass/dist/esm/index.js
const proc = typeof process === 'object' && process ? process : { stdout: null, stderr: null, }; import { EventEmitter } from 'node:events'; import Stream from 'node:stream'; import { StringDecoder } from 'node:string_decoder'; /** * Return true if the argument is a Minipass stream, Node st...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/human-signals/build/src/core.js
aws/aiHintGeneration/node_modules/human-signals/build/src/core.js
export const SIGNALS=[ { name:"SIGHUP", number:1, action:"terminate", description:"Terminal closed", standard:"posix" }, { name:"SIGINT", number:2, action:"terminate", description:"User interruption with CTRL-C", standard:"ansi" }, { name:"SIGQUIT", number:3, action:"core", description:"User interruption with CTRL-\\...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/human-signals/build/src/signals.js
aws/aiHintGeneration/node_modules/human-signals/build/src/signals.js
import{constants}from"node:os"; import{SIGNALS}from"./core.js"; import{getRealtimeSignals}from"./realtime.js"; export const getSignals=()=>{ const realtimeSignals=getRealtimeSignals(); const signals=[...SIGNALS,...realtimeSignals].map(normalizeSignal); return signals }; const normalizeSignal=({ name, number:...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/human-signals/build/src/main.js
aws/aiHintGeneration/node_modules/human-signals/build/src/main.js
import{constants}from"node:os"; import{SIGRTMAX}from"./realtime.js"; import{getSignals}from"./signals.js"; const getSignalsByName=()=>{ const signals=getSignals(); return Object.fromEntries(signals.map(getSignalByName)) }; const getSignalByName=({ name, number, description, supported, action, forced, standard })=>...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/human-signals/build/src/realtime.js
aws/aiHintGeneration/node_modules/human-signals/build/src/realtime.js
export const getRealtimeSignals=()=>{ const length=SIGRTMAX-SIGRTMIN+1; return Array.from({length},getRealtimeSignal) }; const getRealtimeSignal=(value,index)=>({ name:`SIGRT${index+1}`, number:SIGRTMIN+index, action:"terminate", description:"Application-specific signal (realtime)", standard:"posix" }); const SIGRTM...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/polyfill.js
aws/aiHintGeneration/node_modules/lie/polyfill.js
'use strict'; if (typeof global.Promise !== 'function') { global.Promise = require('./lib'); }
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/lib/index.js
aws/aiHintGeneration/node_modules/lie/lib/index.js
'use strict'; var immediate = require('immediate'); /* istanbul ignore next */ function INTERNAL() {} var handlers = {}; var REJECTED = ['REJECTED']; var FULFILLED = ['FULFILLED']; var PENDING = ['PENDING']; /* istanbul ignore else */ if (!process.browser) { // in which we actually take advantage of JS scoping v...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/lib/browser.js
aws/aiHintGeneration/node_modules/lie/lib/browser.js
'use strict'; var immediate = require('immediate'); /* istanbul ignore next */ function INTERNAL() {} var handlers = {}; var REJECTED = ['REJECTED']; var FULFILLED = ['FULFILLED']; var PENDING = ['PENDING']; module.exports = Promise; function Promise(resolver) { if (typeof resolver !== 'function') { throw ne...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/dist/lie.polyfill.js
aws/aiHintGeneration/node_modules/lie/dist/lie.polyfill.js
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/dist/lie.min.js
aws/aiHintGeneration/node_modules/lie/dist/lie.min.js
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.Promise=e()}}(function(){return function e(t,n,r){funct...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/dist/lie.polyfill.min.js
aws/aiHintGeneration/node_modules/lie/dist/lie.polyfill.min.js
!function e(t,n,r){function o(u,c){if(!n[u]){if(!t[u]){var s="function"==typeof require&&require;if(!c&&s)return s(u,!0);if(i)return i(u,!0);var f=new Error("Cannot find module '"+u+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[u]={exports:{}};t[u][0].call(l.exports,function(e){var n=t[u][1][e];return o(n?n:e)},l,l.ex...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/lie/dist/lie.js
aws/aiHintGeneration/node_modules/lie/dist/lie.js
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Promise = f()}...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/es-define-property/index.js
aws/aiHintGeneration/node_modules/es-define-property/index.js
'use strict'; var GetIntrinsic = require('get-intrinsic'); /** @type {import('.')} */ var $defineProperty = GetIntrinsic('%Object.defineProperty%', true) || false; if ($defineProperty) { try { $defineProperty({}, 'a', { value: 1 }); } catch (e) { // IE 8 has a broken defineProperty $defineProperty = false; }...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/es-define-property/test/index.js
aws/aiHintGeneration/node_modules/es-define-property/test/index.js
'use strict'; var $defineProperty = require('../'); var test = require('tape'); var gOPD = require('gopd'); test('defineProperty: supported', { skip: !$defineProperty }, function (t) { t.plan(4); t.equal(typeof $defineProperty, 'function', 'defineProperty is supported'); if ($defineProperty && gOPD) { // this `i...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/eastasianwidth/eastasianwidth.js
aws/aiHintGeneration/node_modules/eastasianwidth/eastasianwidth.js
var eaw = {}; if ('undefined' == typeof module) { window.eastasianwidth = eaw; } else { module.exports = eaw; } eaw.eastAsianWidth = function(character) { var x = character.charCodeAt(0); var y = (character.length == 2) ? character.charCodeAt(1) : 0; var codePoint = x; if ((0xD800 <= x && x <= 0xDBFF) && ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-docker/cli.js
aws/aiHintGeneration/node_modules/is-docker/cli.js
#!/usr/bin/env node import process from 'node:process'; import isDocker from './index.js'; process.exitCode = isDocker() ? 0 : 2;
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-docker/index.js
aws/aiHintGeneration/node_modules/is-docker/index.js
import fs from 'node:fs'; let isDockerCached; function hasDockerEnv() { try { fs.statSync('/.dockerenv'); return true; } catch { return false; } } function hasDockerCGroup() { try { return fs.readFileSync('/proc/self/cgroup', 'utf8').includes('docker'); } catch { return false; } } export default fun...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/all-signals.js
aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/all-signals.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.allSignals = void 0; const node_constants_1 = __importDefault(require("node:constants")); export...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/index.js
aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/index.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.foregroundChild = exports.normalizeFgArgs = void 0; const child_process_1 = require("child_proce...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/watchdog.js
aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/watchdog.js
"use strict"; // this spawns a child process that listens for SIGHUP when the // parent process exits, and after 200ms, sends a SIGKILL to the // child, in case it did not terminate. Object.defineProperty(exports, "__esModule", { value: true }); exports.watchdog = void 0; const child_process_1 = require("child_process"...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/proxy-signals.js
aws/aiHintGeneration/node_modules/foreground-child/dist/commonjs/proxy-signals.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.proxySignals = void 0; const all_signals_js_1 = require("./all-signals.js"); /** * Starts forwarding signals to `child` through `parent`. */ const proxySignals = (child) => { const listeners = new Map(); for (const sig of all...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/esm/all-signals.js
aws/aiHintGeneration/node_modules/foreground-child/dist/esm/all-signals.js
import constants from 'node:constants'; export const allSignals = // this is the full list of signals that Node will let us do anything with Object.keys(constants).filter(k => k.startsWith('SIG') && // https://github.com/tapjs/signal-exit/issues/21 k !== 'SIGPROF' && // no sense trying to listen for SIGKIL...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/esm/index.js
aws/aiHintGeneration/node_modules/foreground-child/dist/esm/index.js
import { spawn as nodeSpawn, } from 'child_process'; import crossSpawn from 'cross-spawn'; import { onExit } from 'signal-exit'; import { proxySignals } from './proxy-signals.js'; import { watchdog } from './watchdog.js'; /* c8 ignore start */ const spawn = process?.platform === 'win32' ? crossSpawn : nodeSpawn; /** *...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/esm/watchdog.js
aws/aiHintGeneration/node_modules/foreground-child/dist/esm/watchdog.js
// this spawns a child process that listens for SIGHUP when the // parent process exits, and after 200ms, sends a SIGKILL to the // child, in case it did not terminate. import { spawn } from 'child_process'; const watchdogCode = String.raw ` const pid = parseInt(process.argv[1], 10) process.title = 'node (foreground-ch...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/foreground-child/dist/esm/proxy-signals.js
aws/aiHintGeneration/node_modules/foreground-child/dist/esm/proxy-signals.js
import { allSignals } from './all-signals.js'; /** * Starts forwarding signals to `child` through `parent`. */ export const proxySignals = (child) => { const listeners = new Map(); for (const sig of allSignals) { const listener = () => { // some signals can only be received, not sent ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/p-memoize/dist/index.js
aws/aiHintGeneration/node_modules/p-memoize/dist/index.js
import mimicFn from 'mimic-fn'; const cacheStore = new WeakMap(); /** [Memoize](https://en.wikipedia.org/wiki/Memoization) functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input. @param fn - Function to be memoized. @example ``` import {setTimeout a...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/wrap-ansi/index.js
aws/aiHintGeneration/node_modules/wrap-ansi/index.js
import stringWidth from 'string-width'; import stripAnsi from 'strip-ansi'; import ansiStyles from 'ansi-styles'; const ESCAPES = new Set([ '\u001B', '\u009B', ]); const END_CODE = 39; const ANSI_ESCAPE_BELL = '\u0007'; const ANSI_CSI = '['; const ANSI_OSC = ']'; const ANSI_SGR_TERMINATOR = 'm'; const ANSI_ESCAPE_L...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath.js
aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath.js
/* eslint-disable camelcase -- Convenient for escaping */ import {SafeScript} from './Safe-Script.js'; /** * @typedef {null|boolean|number|string|object|GenericArray} JSONObject */ /** * @typedef {any} AnyItem */ /** * @typedef {any} AnyResult */ /** * Copies array and then pushes item into it. * @param {G...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath-node.js
aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath-node.js
import vm from 'vm'; import {JSONPath} from './jsonpath.js'; JSONPath.prototype.vm = vm; export { JSONPath };
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath-browser.js
aws/aiHintGeneration/node_modules/jsonpath-plus/src/jsonpath-browser.js
import {JSONPath} from './jsonpath.js'; /** * @typedef {any} ContextItem */ /** * @typedef {any} EvaluatedResult */ /** * @callback ConditionCallback * @param {ContextItem} item * @returns {boolean} */ /** * Copy items out of one array into another. * @param {GenericArray} source Array with items to copy ...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/src/Safe-Script.js
aws/aiHintGeneration/node_modules/jsonpath-plus/src/Safe-Script.js
/* eslint-disable no-bitwise -- Convenient */ import jsep from 'jsep'; import jsepRegex from '@jsep-plugin/regex'; import jsepAssignment from '@jsep-plugin/assignment'; // register plugins jsep.plugins.register(jsepRegex, jsepAssignment); jsep.addUnaryOp('typeof'); jsep.addLiteral('null', null); jsep.addLiteral('undef...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/bin/jsonpath-cli.js
aws/aiHintGeneration/node_modules/jsonpath-plus/bin/jsonpath-cli.js
#!/usr/bin/env node import {readFile} from 'fs/promises'; import {JSONPath as jsonpath} from '../dist/index-node-esm.js'; const file = process.argv[2]; const path = process.argv[3]; try { const json = JSON.parse(await readFile(file, 'utf8')); runQuery(json, path); } catch (e) { /* eslint-disable no-consol...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-browser-esm.min.js
aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-browser-esm.min.js
class e{static get version(){return"1.3.9"}static toString(){return"JavaScript Expression Parser (JSEP) v"+e.version}static addUnaryOp(t){return e.max_unop_len=Math.max(t.length,e.max_unop_len),e.unary_ops[t]=1,e}static addBinaryOp(t,r,n){return e.max_binop_len=Math.max(t.length,e.max_binop_len),e.binary_ops[t]=r,n?e.r...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-node-esm.js
aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-node-esm.js
import vm from 'vm'; /** * @implements {IHooks} */ class Hooks { /** * @callback HookCallback * @this {*|Jsep} this * @param {Jsep} env * @returns: void */ /** * Adds the given callback to the list of callbacks for the given hook. * * The callback will be invoked when the hook it is regis...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-browser-esm.js
aws/aiHintGeneration/node_modules/jsonpath-plus/dist/index-browser-esm.js
/** * @implements {IHooks} */ class Hooks { /** * @callback HookCallback * @this {*|Jsep} this * @param {Jsep} env * @returns: void */ /** * Adds the given callback to the list of callbacks for the given hook. * * The callback will be invoked when the hook it is registered for is run. *...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
true
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/has-proto/index.js
aws/aiHintGeneration/node_modules/has-proto/index.js
'use strict'; var test = { __proto__: null, foo: {} }; var $Object = Object; /** @type {import('.')} */ module.exports = function hasProto() { // @ts-expect-error: TS errors on an inherited property for some reason return { __proto__: test }.foo === test.foo && !(test instanceof $Object); };
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/has-proto/test/index.js
aws/aiHintGeneration/node_modules/has-proto/test/index.js
'use strict'; var test = require('tape'); var hasProto = require('../'); test('hasProto', function (t) { var result = hasProto(); t.equal(typeof result, 'boolean', 'returns a boolean (' + result + ')'); var obj = { __proto__: null }; if (result) { t.notOk('toString' in obj, 'null object lacks toString'); } el...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-generator-function/index.js
aws/aiHintGeneration/node_modules/is-generator-function/index.js
'use strict'; var toStr = Object.prototype.toString; var fnToStr = Function.prototype.toString; var isFnRegex = /^\s*(?:function)?\*/; var hasToStringTag = require('has-tostringtag/shams')(); var getProto = Object.getPrototypeOf; var getGeneratorFunc = function () { // eslint-disable-line consistent-return if (!hasTo...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-generator-function/test/corejs.js
aws/aiHintGeneration/node_modules/is-generator-function/test/corejs.js
'use strict'; require('core-js'); require('./');
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-generator-function/test/uglified.js
aws/aiHintGeneration/node_modules/is-generator-function/test/uglified.js
'use strict'; require('uglify-register/api').register({ exclude: [/\/node_modules\//, /\/test\//], uglify: { mangle: true } }); require('./');
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/is-generator-function/test/index.js
aws/aiHintGeneration/node_modules/is-generator-function/test/index.js
'use strict'; /* globals window */ var test = require('tape'); var isGeneratorFunction = require('../index'); var generatorFuncs = require('make-generator-function')(); var hasToStringTag = require('has-tostringtag/shams')(); var forEach = function (arr, func) { var i; for (i = 0; i < arr.length; ++i) { func(arr...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/mime-db/index.js
aws/aiHintGeneration/node_modules/mime-db/index.js
/*! * mime-db * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2015-2022 Douglas Christopher Wilson * MIT Licensed */ /** * Module exports. */ module.exports = require('./db.json')
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false
CAHLR/OATutor
https://github.com/CAHLR/OATutor/blob/10a5baf153a505267af8045b05c217b4be6bd8b4/aws/aiHintGeneration/node_modules/has-symbols/index.js
aws/aiHintGeneration/node_modules/has-symbols/index.js
'use strict'; var origSymbol = typeof Symbol !== 'undefined' && Symbol; var hasSymbolSham = require('./shams'); module.exports = function hasNativeSymbols() { if (typeof origSymbol !== 'function') { return false; } if (typeof Symbol !== 'function') { return false; } if (typeof origSymbol('foo') !== 'symbol') { ret...
javascript
MIT
10a5baf153a505267af8045b05c217b4be6bd8b4
2026-01-05T03:39:09.711315Z
false